h1 {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 60px;
font-weight: normal;
color: rgb(200,200,230);
text-align: center;
}

h2 {
font-size: 20px;
color: rgb(180,0,100);
font-weight: bolder;
font-variant: small-caps;
text-decoration: underline;
text-align: center;
}

body, p, td, tr {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 12px;
	   color: black;
	   font-weight: bold;
}

body, p {
	text-align: center;
}

table {
	
}

a {

color: rgb(180,0,100);

}

HR {
    height:1px;
    width:75%;
    background:rgb(200,100,100);
    color:rgb(200,200,200);  
    text-align: center;
   }

