body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
}


.style1 {
	font-size: xx-small;
	color: #D1D2D2;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.style2 {color: #FFFFFF}

