a:link
{
	color: #ff9999; 
}
a:visited
{
	color: #ff9999; 
} 
a:active 
{
	color: #ff0000;
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	background: #000000 url(static/bg.gif) fixed;
}
p, h1, h2, h3, h4, h5, h6, li
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}
p
{
	font-size: small;
}
h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
h2
{
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h3
{
	color: #ffff00; 
	font-size: medium;
	font-weight: bold;
}
h4
{
	font-size: medium;
	font-weight: bold;
}
h5
{
	font-size: medium;
	font-style: italic;
}
h6
{
	font-size: medium;
}
.xbig
{
	font-size: large;
	font-weight: bold;
}
.big
{
	font-size: medium;
	font-weight: bold;
}
.small
{
	font-size: xx-small;
}
.b
{
	font-weight: bold;
}
.it
{
	font-style: italic;
}
.i
{
	font-style: italic;
}
.red
{
	color: #ff0000; 
}
.b-red
{
	font-size: large;
	font-weight: bold;
	color: #ff0000; 
}
.rev
{
	color: #000000; 
}
.b-rev
{
	font-size: large;
	font-weight: bold;
	color: #000000; 
}
.hl
{
	color: #ffff00;
}
.ind
{
	margin-left: 7%;
	margin-right: 7%;
}