a {
	color: maroon;
	font-family: Arial;
        font-style: bold;
}

a:visited {
	color: #451616;
        font-style: bold;        
}

a:active {
	color: brown;
        font-style: bold;        
}

h1, h2, h3, h4, h5 {
	font-family:Times, serif;
	color:maroon;
}

p, li {
	font-family:Arial, sans-serif;
	font-color:Black;
	font-size:10pt;
}


