
.sample {
background-color : Aqua;
border-color : Fuchsia;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 13px; (px|pt)
font-style : italic; (italic|normal)
font-weight : bold; (bold|normal)
color : #336699;
text-align : right; (right|center|left|justify)
text-decoration : none|underline
}

.Page-Title {
font-family : Arial, Helvetica, sans-serif;
font-size : 12pt; 
font-weight : bold;
color : #225588;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration: none;
}

A.navbar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration: none;
	color : White;
}

A.navbar:hover{
	color : ffffcc;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration: none;
	color : 990000;
}


