/* CSS Document */
body {
	background-color: #B3B0A7;
	background-position:center;
	font-family: Palatino, serif, sans-serif;
	color: #660033;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 50px;
	margin-left: 15px
	
}
.style1 {
	color: #986600;
}

a:visited {
	color: #336633;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

