body   {
	   background-color:"#ffffff";
	   font-family:'lr SVbN','Osaka|',monospace;
	   font-size:12 px;
	   color:"#000000";
	   
	   }
        
p      {      
	   font-size:12 px;
       }

p#large{
	   font-size:16 px;
	   font-weight:bolder;
       }
	   
p#small{
	   font-size:10.5 px;
       }
	   

h1     {
	   font-size:12 px;
	   }
	   
h2     {
	   font-size:12 px;
	   }
	   
h3     {
	   font-size:12 px;
	   }
	   
h4     {
	   font-size:12 px;
	   }
	   
h5     {
	   font-size:12 px;
	   }
	   
h6    {
	   font-size:12 px;
	   }
	   
	   }

hr     {
       color:"#000099";
	   }
	   
td     {
	   font-size:12 px;
	   font-weigth:bolder;
	   }

a:link {color:#000000}
a:visited{color:#000000}
a:hover{
       color:#ffccff;
	   font-weight:bolder;
	   }
a:active{color:#ffccff}
