<!--
H1
   {
   color:	white ;
   font-size: 30;
	 font-family: "arial";
	 font-style: italic;
         font-variant: small-caps; 
   }
-->
<!--
H2
   {
   color:	white ;
   font-size: 20;
	 font-family: "arial";
	 font-style: bold;
   font-variant: small-caps;
   }
-->

<!--
body
   {
   color:	white ;
   font-size: 12;
	 font-family: "arial";
	 font-style: bold;
   text-align: center;
   margin: 2%; border: 5px solid black;
}


-->

<!--
a:link {color: white; text-decoration: none;}
a:visited {color: white; text-decoration: none;}
a:active {color: white; text-decoration: none;}
a:hover {color: white; text-decoration: none;}
-->   

<!--
p { 
   color:	white ;
   font-size: 12;
   font-variant: small-caps;
   font-family: "arial";
   text-align: justify;
   margin: 0% 20%;
}
-->


<!--
BODY { 
background-color: black; 
}
-->

<!--
#navbar ul{
list-style: none;
padding: 0;
margin: 0;
white-space: nowrap
float: center;
line-height: 25px;
}

#navbar li {display: inline;}

#navbar ul li a{
float: center;
padding: 0 60px;
background: gray;
color: white;
text-decoration:none;
}

#navbar ul li a:hover{
color: white;
background: black;
border: 1px solid black;
} 
-->