<style>

P  {
	font-weight : normal;
	font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
	margin-left : 10px;
	margin-top : 10px;
}
P.red{
	font-weight : normal;
	font-size : 14pt;
	font-family : Arial, helvetica, sans-serif;
	font-style : normal;
	color : Red;
	text-decoration : none;
	text-align : left;
	margin-left : 10px;
	margin-top : 10px;
}

H1  {
font-family : Arial, Halvetica, sans-serif;
font-weight : Bold;
color : Blue;
}

H2  {
color : Teal;
font-family : Arial, helvetica, sans-serif;
font-size : 18pt;
font-weight : Bold;
text-align : Center; 	
}

H3  {
color: red;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

A.first  {
	font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : underline;
}

A:Visited.first  {
	font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : underline;
}

A:Active.first  {
	font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Fuchsia;
	text-decoration : underline;
}

A:Hover.first  {
	font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : underline;
}

A.second  {
font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : underline;
}

A:Visited.second  {
font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : underline;
}

A:Active.second  {
font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Fuchsia;
	text-decoration : underline;
}

A:Hover.second  {
font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : underline;
}

a.table {
font-size: 12pt; 
font-family: arial, helvetica, sans-serif; 
font-weight: bold; 
color: yellow; 
text-decoration: none;
}

a:visited.table {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
color: yellow;
text-decoration: none;
}

a:active.table {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
color: yellow;
text-decoration: none;
}

a:hover.table {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
color: yellow;
text-decoration: underline;
}



BODY  {
	font-style : normal;
	font-size : 12pt;
	font-family : Arial, helvetica, sans-serif;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
}

</style>

