html,body {
color : rgb(0,0,124); 
background-color : rgb(184,211,212); 
text-align : justify;
font-size : 100%; 
font-family :  NewCentury; 
}

pre {
font-size : 100%; 
font-family :  Courier; 
color : rgb(124,124,0); 
}

h1 {
font-size : 200%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
color : rgb(220,0,120); 
text-align: center;
}

h2 {
font-size : 150%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
color : rgb(110,0,120); 
text-align: left;
}

h3 {
font-size : 120%; 
font-family :  Arial, Helvetica, Geneva;
color : rgb(60,0,120); 
text-align: left;
}

a:link {color: green; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}


