﻿a
{
	color: #FFFF00; 
	font-family: Verdana,serif; 
	font-size: small; 
	text-decoration: none;
}

a:active
{
	color: #FFFF00; 
	text-decoration: none;
}

a:hover
{
	color: #FFFF00; 
	text-decoration: none; 
	font-weight: bold;
}

a:link
{
	color: #FFFF00;
	text-decoration: none;
}

a:visited
{
	color: #FFFF00;
}

body 
{
	background-color: #000000;
	background-image: url();
}

.contentNormal
{
	font-family: Verdana,serif; 
	font-size: 10pt; 
	color: #FFFF00
}

.contentBold
{
	font-family: Verdana,serif; 
	font-size: 10pt; 
	color: #FFFF00; 
	font-weight: bold;
}

.contentBoldRed
{
	font-family: Verdana,serif; 
	font-size: 10pt; 
	color: #FF3300; 
	font-weight: bold;
}

.contentSmallRed
{
	font-family: Verdana,serif; 
	font-size: 7pt; 
	color: #FF3300; 
	font-weight: bold;
}


.contentBigRed
{
	font-family: Verdana,serif; 
	font-size: 14pt; 
	color: #FF3300; 
	font-weight: bold;
}


img
{  
	border-style: none;
}