﻿/* DEFAULTS
----------------------------------------------------------*/

BODY
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
}

TABLE
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
}

A:link
{
	color: blue;
	font-family: Arial;
	background-color: transparent;
	text-decoration: underline;
}
A:visited
{
	color: blue;
	font-family: Arial;
	background-color: transparent;
}
A:hover
{
	color: white;
	font-family: Arial;
	background-color: blue;
	text-decoration: none;
}
A:active
{
	color: blue;
	font-family: Arial;
	background-color: transparent;
}

