h1 {
	color: #333300;
	background-color: #DBDBB9;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
    font-family: "Times New Roman", serif;
    text-align: center;

    }
    h2 {
	color: #333300;
	background-color:#FFFFFF;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
    font-family: "arial", serif;
    text-align: center;

    }

    
    a:link {
	color: blue;
	
}

a:visited {
	color: purple;
	
}

a:active {
	background-color: yellow;
	
}

a:hover {
	color:red;
	
}
td {color: #606031;
background-color: #DBDBB9;
font-family:verdana, sans-serif;
 font-weight: bold;
 font-size: 10pt;
 
 }
 p {color: #606031;

font-family:verdana;

 font-size: 10pt;
 
 }
 p.red {
	color: #FF0000;
}
p.standard {
	font-weight: normal;

}
