body {
 background-color:rgb(239,239,239);
 color:rgb(0,0,0);
 margin-left:100px;
 margin-right:100px;
 font-family:Verdena,Helvetica,Times,serif;
}


a:link,a:visited { 
 color:rgb(0,128,255);
 font-weight:bold; 
 text-decoration:none;
}

a:hover {
 background-color:rgb(239,239,239);
 color:rgb(0,128,255);
 font-weight:bold; 
 text-decoration:none;
}


#toppage {
 background-color:rgb(168,0,0);
 color:rgb(255,255,255);
 font-size:32px;
 font-weight:bold;
 text-align:right;
 padding:18px;
 letter-spacing:2px;
}


#bottompage {
 background-color:rgb(168,0,0);
 color:rgb(255,255,255);
 margin-top:18px;
 text-align:center;
 vertical-align:middle;
 height:31px;
}



.paratitle {
 background-color:rgb(255,255,255);
 color:rgb(168,0,0);
 font-size:21px;
 font-weight:bold;
 font-variant:small-caps;
 letter-spacing:2px;
 text-decoration:underline;
}


.para {
 background-color:rgb(255,255,255);
 color:rgb(0,0,0); 
 margin-top:18px;
 padding:12px;
 border-width:2px; 
 border-style:dashed;
 text-align:justify;
}
