A:Link {
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : blue;
	text-decoration : none;
}
A:ACTIVE {
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	text-decoration : underline;
}

A:VISITED {
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : blue;
	text-decoration : none;
}

A:Hover {
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	text-decoration : none;
	
}

.head {
	font-size : 18px;
	font-weight : bold;
	color: black;
}

.copy {
	font-size : 12px;
}

TR{
	font-size : 12px;
}

TD{
	font-size : 12px;
}

UL {
	font-size : 12px;
}

LI {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

.sub {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: navy;
}

.fuss {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
}

.head, .copy, UL, LI, TR,TD {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
}

