
body {
	background-color:#6B6263;
	background-image:url(pictures/wallpaper4.jpg);
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Times New Roman, Times, serif;
	font-size: 17px;
	color: #CCCC99;
}

.container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	height: auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color:transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position:inherit;
	overflow: visible;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: inherit;
	position: inherit;
}
a.menuLinks
{
	color:#CCCC99;
	text-decoration:none;
	opacity:0.5;filter:alpha(opacity=50);
	
}
a.menuLinks:hover

{
	opacity:1.0;filter:alpha(opacity=100);

}
a.falseLinks
{
	text-decoration:none;
	opacity:0.5;filter:alpha(opacity=50);
	
}
a.falseLinks:hover

{
	opacity:0.5;filter:alpha(opacity=50);

}
a.pageLinks
{
	
	color:#CCCC99;
	font: 28px Times New Roman, Times, serif;
	text-decoration:none;
	opacity:0.5;filter:alpha(opacity=50);
	
}
a.pageLinks:hover

{
	opacity:1.0;filter:alpha(opacity=100);

}
a.falsePageLinks
{
	color:#CCCC99;
	font: 28px Times New Roman, Times, serif;
	text-decoration:none;
	opacity:0.5;filter:alpha(opacity=50);
	
}
a.falsePageLinks:hover

{
	opacity:0.5;filter:alpha(opacity=50);

}
a.connectButtons
{	font: 17px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
	opacity:0.7;filter:alpha(opacity=70);
	

	
}
a.connectButtons:hover

{
	text-shadow : 0px 0px 3px white;
	opacity:1.0;filter:alpha(opacity=100);
	

}
a img {border: none; }
<!--
a {text-decoration:none}
//-->
