﻿/* standard element styles */

body 
{
	font-family: Verdana;
	font-size: 8pt;
}
th
{
	font-weight: normal;
}
h1
{
	font-family: Arial;
	font-size: 24pt;
	color: #003366;
}
h2
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}
h3
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
a:link
{
	color: Blue;
	text-decoration: underline;
}
a:visited
{
	color: Blue;
	text-decoration: underline;
}
a:active
{
	color: Red;
}

/* custom styles */

