body { 
    text-align: center
	background: white;
    font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px; 
}
td.center {
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px; 
    color:#003366
}
a.center{
	color: #0033cc;
	text-decoration: none;
    font-weight: bold
}

a.center:hover{
	color: #0033ff;
    text-decoration: none;
    font-weight: bold;
}

li.center {  
    list-style-position: inside; 
    list-style-type: disc
}

div.center {
	padding:0px;
	float:left;
    text-align: center;
}
 


