/* At-Rules */
@charset "windows-1252"; 


.name
{
text-align: center; 
color:red;
font:25;
font-weight: bold;
font-family: verdana ;
}

.desc
{
text-align: center;
text-align: justify;
color: red;
font: 15;
font-family: verdana;	
}  

.desc2
{
text-align: center;
text-align: justify;
color: red;
font: 18;
font-family: verdana;	
}

.format
{
text-align: center;
color: blue;
font: 12;
font-family: verdana;	
}

.title
{
text-align: center;
font: 30;
font-family: verdana;
font-weight: bold;
color: red;
}
  
 body
{
background-color:black;
}

 
a:link    {color:#ff0000}
a:visited {color:#ff0000}
a:active  {color:#ff0000}
a:hover   {color:#ff0000}

/* End of style section. Generated by AceHTML at 4/12/2007 11:15:19 PM */
