body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#area {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 8px;
}

#nav {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: white;
	background-color: #808080;
	width: 788px;
	text-align: right;
}

#nav a {
	display: block;
	height: 100%;
}

#nav a:link {
	color: white;
}

#nav a:visited {
	color: white;
}

#nav a:hover {
	color: white;
}

#footer {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	background-color: #808080;
	color: white;
	width: 788px;
	text-align: left;
}

#footer a:link {
	color: white;
}

#footer a:visited {
	color: white
}

#bodycontent {
	/*height: 326px;*/
	width: 788px;
	color: white;
	background-color: black;
	text-align: left;
}

a:link {
	color: #9452AD;
}

a:visited {
	color: #9452AD;
}

a.purple:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #620B61;
}

a.pink:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #A71452;
}

a.yellow:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #D69313;
}

a.green:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #49650C;
}

a.blue:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #0E4476;
	background-image: url(/images/a.gif);
}

a.orange:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #CD3C0A;
}

bgPurple {
	background-color: #620B61;
}

bgLightPurple {
	background-color: #760E75;
}

bgPink {
	background-color: #A71452;
}

bgLightPink {
	background-color: #AF1757;
}

bgYellow {
	background-color: #D69313;

}

bgLightYellow {
	background-color: #DC9610;
}

bgGreen {
	background-color: #49650C;
}

bgLightGreen {
	background-color: #4E6D0C;
}

bgBlue {
	background-color: #0E4476;
}

bgLightBlue {
	background-color: #114D85;
}

bgOrange {
	background-color: #CD3C0A;
}

bgLightOrange {
	background-color: #D13E0B;
}