body { 
background-color: #FFFFFF; 
font-family: Arial, Verdana, sans-serif; 
color: #333333;
background-image: url(bg.jpg);
background-repeat: repeat;
margin-left: 25px;
}

a { font-family: Arial, Verdana, sans-serif; color: #666666; text-decoration: underline}

a:hover { font-family: Arial, Verdana, sans-serif; font-size: 16px; color: #666666; background-color: #ffffcc}



hr{ background-color:#ffffcc; width:90%; height:2px; } 

.test-table {
background-color: #FFFFFF;
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
color: #FFFFCC;
}

.redtype {
	font-family: "Courier New", Courier, mono;
	color: #ff0000;
	}

.bluetype {
	font-family: "Courier New", Courier, mono;
	color: #0000ff;
	}	

.redfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	}

.bluefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	}

.greenfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	}

.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.bigfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.bigyellowfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffff66;
}

.yellowfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffff66;
}

.whitefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.type {
	font-family: "Courier New", Courier, mono;
	color: #000000;
}
.smalltype {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 12px;
}
.center {
	text-align: center;
}

.test-indent {
	text-indent: 5px;
}

.bigindent {
	text-indent: 20px;
	position: relative;
	left: 20px;

}
