a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: none}
a:active {text-decoration: none}
p {margin:0px; padding:0px;}

/*styles for header*/
.menu {
	font-family: "Marker Felt";
	font-size: 24px;
	line-height:24px;
	color: #FFFFFF;
}
.menu a:hover {
	font-family: "Marker Felt";
	font-size: 24px;
	line-height:24px;
	color:#FF0000;
	text-decoration:underline;
}

/*styles for body*/
.text {
	font-family:Georgia; 
	font-size:14px; 
	line-height:16px; 
	color:#333333; 
	padding-right:10px
}
.text a:hover {
	font-family:Georgia; 
	font-size:14px; 
	line-height:16px; 
	color:#006600; 
	text-decoration:underline
}
.header {
	font-size: 22px;
	line-height:22px;
	font-family: "Marker Felt";
	padding-top:10px;
	text-decoration:underline;
}

.slogan {
	font-size: 18px;
	line-height:18px;
	font-family: "Marker Felt";
	color:#003333
}
.bullet {color: #FF0000}
.sub {font-size: 12px}

/*styles for footer*/
.footer {
	height:60;
	font-size:13px;
	line-height: 16px;
	text-align:center;
	color:#ffffff;

}
.footer a:hover {
	height:60;
	font-size:13px;
	line-height: 16px;
	text-align:center;
	color:#FF0000;
	text-decoration:underline
}