
<style type="text/css">

BODY {
	background-color: #FFFFFF;
	font-family: arial,tahoma;
	font-size: 13;
}

P.BODY {
	font-family: arial,tahoma;
	color: #1C5C92;
	text-decoration:  none; 
	font-size: 13px;
	text-align: justify;
	line-height: 1.3
}

P.BOLD {
	font-family: arial,tahoma;
	color: #133F65;
	text-decoration:  none; 
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	line-height: 1.3
}

UL {
	font-family: arial,tahoma;
	color: #1C5C92;
	text-decoration:  none; 
	font-size: 13px;
	text-align: justify
}

LI {
	font-family: arial,tahoma;
	color: #1C5C92;
	text-decoration:  none; 
	font-size: 13px;
	text-align: justify
}

A {
	font-family: arial,tahoma;
	text-decoration: none;
	font-weight : none;
	font-size : 10pt;
	color : #000000
}

A:LINK {
	font-family: arial,tahoma;
	color: #1C5C92;
	font-size : 10pt;
	text-decoration: none
}

A:VISITED {
	font-family: arial,tahoma;
	color: #1C5C92;
	font-size : 10pt;
	text-decoration: none
}

A:HOVER, A:ACTIVE {
	font-family: arial,tahoma;
	font-size : 10pt;
	color: #2784D3;
	text-decoration: underline
}

TABLE {
	font-family: arial,tahoma;
	cellpadding: 20;
	font-size:13;
	color:#666666;
}

TD {
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	font-family: arial,tahoma;
	font-size: 13
}

<-- this is how you define custom classes

table.myclass
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 260px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;}

 To use a class, enter class="class_name" in the property tag -->

td.copyright {
	font-size: 10px;
	color: cccccc;
	text-align: center;
	background-color:000000;
}
</style>