a, A:link, a:visited, a:active {
	color: #0000aa;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

A:hover	{
	color: #ff0000;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

tr, td, ul, li {
	color: white;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

body {
	background-color: black;
}

p {
	color: white;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-indent : 5%;
}

p.normal {
	text-indent : 0%;
}

br {
	color: white;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

h1 {
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 36px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-variant: small-caps;
}

h2 {
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 20px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-variant: small-caps;
}

h3 {
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 15px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-variant: small-caps;
}

h4 {
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-variant: small-caps;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}