.bgall {
	background-image: url(images/body.jpg);
}
.bg_black {
	background-color: #000000;
	border: 1px solid #000000;
}
.bg_top {
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: justify;
	vertical-align: top;
	padding: 30px 10px 10px;
}
a:link {
	color: #6699FF;
	text-decoration: underline;
}
a:visited {
	color: #5F8DEB;
}
a:hover {
	color: #A9D0FF;
}
a:active {
	color: #A9D0FF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#bodytext {
	color: yellow; 
	text-align: justify;
	padding: 30px 10px 10px;
	}