body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #010101;
    background-image: url(images/wallpaper.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: "Comic Sans MS";
	font-weight:bold;
	font-size: 14px;	
}

.fonttitle {
	font-size: 24px;
	font-style: italic;
}

.fontheader {
	font-size: 18px;
	font-style: italic;
}

.font20bold {
	font-weight: bold;	
	font-size: 20px;
}

.font18nobold {
	font-weight: normal;	
	font-size: 18px;
}

.font18bold {
	font-weight: bold;	
	font-size: 18px;
}

.font18boldredline {
	font-weight: bold;	
	font-size: 18px;
	color: #FF0000;
	text-decoration: underline;
}

.font18boldCorsiva {
	font-family: "Monotype Corsiva", "Times New Roman";
	font-weight: bold;	
	font-size: 18px;
}

.font16bold {
	font-weight: bold;	
	font-size: 16px;
}

.font16nobold {
	font-weight: normal;	
	font-size: 16px;
}

.font14italics {
	font-style: italic;
	font-size: 14px;
}

.font14bold {
	font-weight: bold;	
	font-size: 14px;
}

.font13bold {
	font-weight: bold;	
	font-size: 13px;
}

.font13nobold {
	font-style: normal;
	font-size: 13px;
}

.font12bold {
	font-weight: bold;	
	font-size: 12px;
}
	
.font12nobold {
	font-weight: normal;	
	font-size: 12px;
}

.font11 {
	font-size: 11px;
}

.font10 {
	font-size: 10px;
}

.fontfooternobold {
	font-size: 12px;
	font-weight:normal;	
}

.fontfooter {
	font-size: 12px;
}

a {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFF33;
}
