/* CSS Document */
p, ul {
	font-family: "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

h2 {
color:#fff;
font-size: 18px;
}

h3 {
color:#fff;
font-size: 16px;
}

body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.style3 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
}
.style4 {color: #FFFF00}