BODY {
	background: #EED8AE;
	color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	font-style : normal;
	font-weight : normal;
}

H1 {
	color: #CC0000;
	font : bold xx-large Verdana, Arial, Helvetica, sans-serif;
}

H2 {
	color: #CC0000;
	font : bold x-large Verdana, Arial, Helvetica, sans-serif;
}

H3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: Black;
	font : bold;
}

H4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color : Black;
}

H5 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Black;
}

H6 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;

}

A {
	text-decoration: none;
	color: Blue;
	background : Transparent;




	
}

A:VISITED {
    color: #800080";
	background : Transparent;
}

A:ACTIVE {
    color: Red;
	background : Transparent;
}

A:Hover {
	text-decoration: Bold;
	color: Black;
	background : #FFFF33;
}

a.ttd, a.ttd:hover {
	font-weight: bold;
	width: 100%;
	color: #000000;
	background-color: #eeeeee;
	line-height: 20px;
	text-decoration: none;
	font-size: 15px;
}
a.ttd:hover {
	color: #dddddd;
	background-color: #aaaaaa;
}

