a:link  {
	color : Green;
	font-family : Garamond, Times New Roman, Times;
}

a:visited  {
	color : Blue;
	font-family : Garamond, Times New Roman, Times;
}

a:active  {
	color : Teal;
	font-family : Garamond, Times New Roman, Times;
}

body  {
	font-family : Garamond, Times New Roman, Times;
	background-color : rgb(240,240,240);
	font-size : 12 pt;
}

TABLE,TR,TD  {
	font-size : 12pt;
	font-family : Garamond, Times New Roman, Times;
	color : #000000;
}

h1  {
	font-family : Garamond, Times New Roman, Times;
	color : rgb(160,160,48);
	font-size : 20 pt;
}

h2  {
	font-family : Garamond, Times New Roman, Times;
	color : rgb(112,112,48);
	font-size : 18 pt;
}

h3  {
	font-family : Garamond, Times New Roman, Times;
	color : rgb(160,112,0);
	font-size : 16 pt;
}

h4  {
	font-family : Garamond, Times New Roman, Times;
	color : rgb(160,48,0);
	font-size : 14 pt;
}

h5  {
	font-family : Garamond, Times New Roman, Times;
	color : rgb(112,112,48);
	font-size : 12 pt;
}

h6  {
	font-family : Garamond, Times New Roman, Times;
	color : rgb(208,160,48);
	font-size : x-small;
}

a:hover  {
	color : Red;
	font-family : Garamond, Times New Roman, Times;
}


