body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	background:#FFFFCC;
	color: #333;
	}
.std_font {
	font-size: x-small;		
	font-family: verdana, arial, helvetica, sans-serif;		
    text-decoration: none;
	color: #000000;
	}
	
.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: x-large;
	text-decoration: none;
	color: #FF0000;
	font-style: italic;
		}
		
.footer {
	margin: 0 auto;
	padding:0;
	width: 250px;
	text-align: center;
	font-size:71%;
	color: #000000;
	background: #FF0033;
	border-top:#ccc 1px solid;
	font-weight: bold;
	}
.headings2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.headings3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu_item {
	background-color:#CC0000;
	font-weight:bold;
	font-size: x-small;
	text-decoration: none;
	color: #0000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:4;
	width: 150px;
	letter-spacing: 2px;
	text-align: center;
	border: thin double #000000;
	border-width: 4px;
	height: 48px;
	background-position: center center;
	vertical-align: middle;
		}

A:LINK {
	color: #FF6699;
}
A:LINK, A:VISITED {
	color : #FF6699;
	text-decoration : none;
}

A:HOVER {
	background-color : #FFFFFF;
	color : #000000;
	text-decoration : none;
}
