a:active
{
	font-size: 12pt;
	text-decoration: underline;
	color: #FF0000;
}
a:hover
{
	font-size: 12pt;
	text-decoration: underline;
	color: #000000;
}
a:link
{
	font-size: 12pt;
	text-decoration: underline;
	color: #FF0000;
}
a:visited
{
	font-size: 12pt;
	text-decoration: underline;
	color: #003300;
}
a:visited:hover
{
	font-size: 12pt;
	text-decoration: underline;
	color: #000000;
}

BODY {
	margin: 0;
	background-color: #FFFFCC; 
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background-image: url('http://portfolio.spaceant.net/demo/corporate.karting/images/background_logo.jpg');
	background-repeat: no-repeat;
	background-position: center; 
}

HR {
	color: #000000; 
	background-color: #000000;
	height: 1px; 
	width: 80%;
}

img { border: none; }
img.left { float: left; }
img.right { float: right; }

table.tabledContent {
	border: 1px solid black;
	padding: 3px;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}

.boldText {
	font-weight: bold;
	color: #000000;
}