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;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

/*styles for header*/
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height:24px;
	color: #FFFFFF;
}
.menu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height:24px;
	color:#FF0000;
	text-decoration:underline;
}

/*styles for body*/
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	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: 18px;
	line-height:22px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top:10px;
	text-decoration:underline;
}

.slogan {
	font-size: 18px;
	line-height:18px;
	font-family: Verdana, Geneva, sans-serif;
	color:#003333;
	font-weight: bold;
}
.bullet {color: #FF0000}
.sub {font-size: 12px}

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

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

