html,

body {
background-color : #000000; 
text-align: center;

}
body {

     font-family : times new roman;
     font-size :94%;
     color : #F0E5C0;
          
}
a:link  {

     font-size : 92%;
     color : #007FAA;
     text-decoration : underline;

}
a:visited {

     font-family : Georgia, "Lucida Sans Unicode", Times, serif;
     font-size : 98%;
     color : #007FAA;
     text-decoration : underline;

}
a:hover {

     font-family : Georgia, "Lucida Sans Unicode", Times, serif;
     font-size : 118%;
     color : #989871;
     text-decoration : underline;
}
h1 {
	font-family: Georgia, "Lucida Sans Unicode", Times, serif;
	font-size: 105%;	
}
h5 {
	font-size: 1%;	
}
h2 {
	font-family: Georgia, "Lucida Sans Unicode", Times, serif;
	font-size: 108%;
        color : #989871;	
}
h3 {
	font-family: Georgia, "Lucida Sans Unicode", Times, serif;
	font-size: 90%;	
}