html
{
	color: #85439a;
	;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { text-decoration: none; color: #a4a0a5; }

a:visited {
	text-decoration: none;
	color: #a4a0a5;
}

a:hover {
	font-weight:bold;
	color: #a4a0a5;
}

a:active {
}

a img {
	border: none;
}

/* Menu */

#menu {
	
	background: none;
	text-decoration: none;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	color: #888888;
	text-align: center;
	background-color: #222222;
	border-top: 1px solid #000000;
	border-bottom: 10px solid #605b62;
	background-image: url(img/Footer.jpg);

	
}

/* Footer */

#footer p { margin: 15px 0; }

#footer a:link { color: #888888; font-weight: none; border-bottom: 1px dotted #888888; } 

#footer a:visited { color: #666666; font-weight: bold; border-bottom: 1px dotted #666666; }

#footer a:hover, #footer a:active { color: #999999; border-bottom: 1px solid #999999; }

