/*
Default style sheet
 */

BODY 
{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
} 

A:link  { color: #FFCC00;}
A:visited { color: #FFCC00;}
A:active  { color: #FFFFCC;}
A:hover {color: #27C259;}


DIV, H1, H2, H3, H4, P, TABLE, OL  {color: #FFCC00;}

DIV
{
	text-align: left;
}

DIV.center
{
	text-align: center;
}

DIV.right
{
	text-align: right;
}

DIV.justify
{
	text-align: justify;
}

H1
{
	text-align: center;
}

H2, H3
{
	text-align: left;
}

OL LI
{
	list-style-type: decimal;
	font-size: smaller;
}

