BODY{
    font-family : Verdana, Arial, sans-serif ;
    font-size :10pt;
    background: rgb(255,255,255);
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: none;
	color: red;
}
H1{
font-size: 200%;
 }
H2{
font-size: 150%;
 }
H3{
font-size:110%
 }
div.box{ 
border:solid;
border-width:thin;
width:100%;
 }
