/* CSS Document */

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	background-color:#33666;
	font-size: 14px;
	line-height: 140%;
	}

a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: 24px;
	color:#FF3333;
	text-shadow: Gray;
	font-style:italic;
} 
.style2 {
	font-size:14px;
	color:#FF3333;
}