/* GRUNDINSTÄLLNINGAR */
body 
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
b, strong
{
	font-size: 12px;
	font-weight: bolder;
}

/* RUBRIKER*/
h1 
{
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
	color: #df2326;
}
h2
{
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	color: #df2326;
}
h3 
{
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
}
h4 
{
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
}

/* LÄNKAR */
a, a:link, a:visited
{
	color: #fff;
	font-weight: bold;
    text-decoration: none;
}
a:hover, a:active
{
	color: #df2326;
	font-weight: bold;
	text-decoration: underline;
}

/* TABELLER */
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#logintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: normal;
}

#countdowntext td{font-size:10px; color:#CCCCCC;text-align:center;}

.error {
	color: yellow;
}

.sponsor
{
	text-align: justify;
}