BODY {
	background-color : white;
	background-image : url(images/background.jpg);
	margin : 0px 0px 0px 0px
}

.middle {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	color : #333333;
	background : white ;
}

.mainwindow {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	color : black;
	background-color : white;
}

.text {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	color : #666666;
	background : white;
}

A:visited {
	color : #666666;
	text-decoration : none
}

A:link {
	color : #666666;
	text-decoration : none
}

A:hover {
	color : #333333;
	text-decoration : none
}

A:active {
	color : #333333;
	text-decoration : none
}
	
.bodylink {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #999999;
}

