BODY {
	color: #646464;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

A {
	color: #FF6600;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}
A:VISITED {
	color: #CC3333;
	text-decoration: none;
}
TABLE {
	color: #646464;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
H2 {
	border-bottom : double;
	color : #860046;
}

H3 {
	border-bottom : double;
	border-bottom-width : 3px;
	color : #860046;
}

H4 {
	border-bottom : 1px double;
	color : #860046;
	}
	
TH {
color: Black;
font-weight: bolder;
font-variant: small-caps;
padding: 4px;
	background : url(images/th.gif);
}																	