
#body {
	margin: 0px auto;
	background: url(../images/noxismainbackground.jpg) top center no-repeat #FFFFFF;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color: #333333;
	font-size: 14px;
	width: 600px;
	line-height: normal;
}

#defaultblock {
    background: none;
	width: 600px;
	margin: 0px;
	padding: 20px;
	text-align: center;
}
.supersmall {font-size:10px}
.small {font-size: 12px}
.normal {font-size: 14px}
.big {font-size: 16px}
.superbig {font-size: 18px}
.megabig {font-size: 30px}

.normalwhite {font-size: 14px; color:#FFFFFF}

.supersmallred {font-size: 10px; color:#FF0000}
.smallred {font-size: 12px; color:#FF0000}
.normalred {font-size: 14px; color:#FF0000}
.bigred {font-size: 16px; color:#FF0000}
.superbigred {font-size: 18px; color:#FF0000}
.megabigred {font-size: 30px; color:#FF0000}

.supersmallblack {font-size:10px; color:#333333}
.smallblack {font-size: 12px; color:#333333}
.normalblack {font-size: 14px; color:#333333}
.bigblack {font-size: 16px; color:#333333}
.superbigblack {font-size: 18px; color:#333333}
.megabigblack {font-size: 30px; color:#333333}

a:link {
	text-decoration: none;
	color: #1A1A28;

}

a:visited {
	text-decoration: none;
	color: #003366;

}

a:hover {
	text-decoration: none;
	color:#666666;

}

a:active {
	text-decoration: none;
	color:#999999;

}

