body {	background-color:#ffffff;
        margin: 10px 10px 10px 10px;}

a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color: purple;
	text-decoration:none;
}

a:hover {
	background-color: #ffff00;
        color:red;
	text-decoration:none;
}



H1{     font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 200%;
        font-family:'Times New Roman', serif;
        color:#ff0033;
        text-align: center;}

H2{	font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 175%;
	font-family:'Times New Roman', serif;
        color:#ff0033;}


p{	font-family:'Times New Roman', serif;}




