body {
	background-color: #000000; /*666666*/
	text-align: center;
	text-shadow:Gray;
	color: #CCCCCC;
	background-image:url(../images/brettbg.jpg); 
	background-attachment:fixed;
}


.main {
	width: 750px;
	background-color:#000000;
	border: medium ridge #ff0000;
	margin:0px auto;
}




.titleBar ul {
	margin-left: 0;
	padding-left: 0;
	margin-top:0;
	padding-top: 0;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
}

.titleBar li {
	font-size:17px;
	list-style-type: none;
	padding: 19px;
	display: inline
}

.titleBar a:link, visted, active{
	text-decoration:none;
	color:#00FF66;
}

.titleBar a:hover{
	text-decoration: none; 
	color: #ffffff;
}

.titleBar a:active{
	color:#00FF66;
}

A{
	font-weight:bold;
}
A:link {
	text-decoration:none;
	color:#00FF66;
}

A:visited {
	text-decoration:none;
	color: #00FF66;
}

A:hover {
	text-decoration: none; 
	color: #ffffff;
}

A:active {
	color:#00FF66;
}
