P  {
	font-family : sans;
	font-size : 11pt;
}

H1  {
	color : Red;
	font-family : Tahoma, Arial, Helvetica, sans;
	font-size : 24pt;
	font-weight : bold;
	text-align : center;
	line-height : 10pt;
}

H2  {
	font-weight : bold;
	font-family : Tahoma, Arial, Helvetica, sans;
	color : Blue;
	font-size : 14pt;
	height : auto;
}

H3  {
	font-size : 12pt;
	font-family : sans-serif, Helvetica, Tahoma, Arial;
	font-weight : bold;
	font-style : normal;
	color : Red;
	line-height : 8pt;
	text-align : left;
	text-decoration : underline;
}

A  {
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	color : Purple;
	text-decoration : none;
}

A:Active  {
	color : Gray;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : none;
}

BODY  {
	background-color : E0DCE0;
}

.design  {
	font-family : Tahoma, Arial, Helvetica, sans;
}

.nav  {
	color : white;
	font-family : Tahoma, Arial, Helvetica, sans;
}

.nav a  {
	font-family : Verdana, Arial, Helvetica, sans;
}

.nav a:link  {
	color : white;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans;
}

.nav a:visited  {
	color : silver;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans;
}

.nav a:active  {
	color : gray;
	text-decoration : underline;
	font-family : Tahoma, Arial, Helvetica, sans;
}

.nav a:hover  {
	color : red;
	text-decoration : underline;
	font-family : Tahoma, Arial, Helvetica, sans;
}

