body, a, p 
{
font-family: Arial, Comic Sans MS, Times New Roman;
color: black;
background-color : white;
font-size: 10pt
}

body    
{  
text-decoration: bold;
}

table {
	border: 2px;
	width: 60%;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

td
{
	text-align: left;
}
 
td.c
{
	text-align: center;
}

h1
{
text-decoration: none;
text-align: center;
}

a, a:hover, a:link, a:visited       
{  
text-decoration: underline; 
}

p 
{  
text-decoration: none;
text-align: left;
}

li
{
text-decoration: none;
font-size: 10pt
}

