html,body {
background-color : #F8E606; 
}

p,ul,li,td {
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, Geneva; 
color : black; 
background-color : white; 
}

h1 {
font-size : 11pt; 
font-family : Verdana, Arial, Helvetica, Geneva;
color : navy; 
text-align: center;
}

h2 {
font-size : 11pt; 
font-family : Verdana, Arial, Helvetica, Geneva; 
color : red;
padding-left:15px;
}

a:link {color: navy; text-decoration:underline;}
a:visited {color: black; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}


table.tinyborder{
	border: 1px solid #000000;	

}

