/* CSS Document */

html {

}


body {
	color: #222;
	margin: 20px;

	font-size: 76%;

	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
	background: #000033 url(bg.jpg) top left no-repeat;
}



ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 12px;
padding-left: 10px;
padding-top: 0px;
}


td {
	text-align: left;
	font-size: 11px;
}

#enter {
	padding-left: 30px;
	font-size: 9px;
}




/* Joomla core stuff */
a:link, a:visited {
	color: #E82221; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
}
a img{
border:0 none;
}