body {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF66CC; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c6e7ff;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}

h1 {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF66CC;
}

h2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FF66CC;
	border-bottom: 1px solid #C6EC8C;
} 

a:link {
	color: #CC3399;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #CC3399;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #FF99CC;
	font-weight: bold;
	text-decoration: none;
} 

li :link {
	color: #FF66CC;
	text-decoration: none;
	font-weight: bold;

} 