body {
	background-color: black;
	background-image: url(MyRotator.php);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;	
}

.mainText {
	padding: 28px 0px;
	width: 380px;
	font-family: verdana;
	line-height: 2;
}

.menuItems {
	padding: 0px 0px;
	font-family: verdana;
	font-size: 10px;
	line-height: 2;

}
.header {
	padding: 64px 30px 0px 480px;
	width: 400px;
	height: 108px;
	font-family: verdana;
	line-height: 2;
	background-image: url(images/nameplate.gif);
	background-repeat: no-repeat;
	background-position: 150px 100px;
}


.mainHeader{
	font-size: 16px;

}
.header, .menuItems, .mainText {
	color: white;
}
.messagebox {
	padding: 0px 30px 0px 474px;
}


/* a link styles information */


.clicklink a
{
	color: white;
	display: block;
}
.clicklink a:link {
	text-decoration: none;
}
.clicklink a:visited {
	text-decoration: none;
}
.clicklink a:hover {
	color: grey;
	text-decoration: none;
}
.clicklink a:active {
	color: white;
	text-decoration: none;
}

/* span materials */
span
{
	color: red;
}

span{
	background-image: url(red_rhs.jpg);
}

div.mainText span  
{
	color: white;
}
