
/* unvisited link */
a:link 
{
	color:#FFFFCC;
}      

/* visited link */
a:visited 
{
	color:#00FF00;
}  

/* mouse over link */
a:hover 
{
	color:#FF00FF;
}

/* selected link */
a:active 
{
	color:#0000FF;
}  

body
{
	background-color: #000000;
	margin-top: 5%;
}

#menscurrentwalk
{
	float: left;
	width: 230px;
	height: 424px;
	background-color: #330000;
	overflow: auto;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Garamond, Arial, Times New Roman;
	color: #FFFFFF;
	border:1px solid red;
}

#content
{
	float: left;
	width: 476px;
	height: 425px;
	border: 0px;
	background-color: #330000;
	overflow: auto;
}

#contenttext
{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Trebuchet MS, Verdana, Garamond, Arial, Times New Roman;
	color: #FFFFFF;
	text-align: center;
	font-size: 15.25px;
}

#womenscurrentwalk
{

	float: left;
	width: 230px;
	height: 424px;
	background-color: #330000;
	overflow: auto;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Garamond, Arial, Times New Roman;
	color: #FFFFFF;
	border:1px solid red;
}

infobox1
{
	width: 235px;
	height: 126px;
	background-color: #000000;
}

infobox2
{
	width: 241px;
	height: 126px;
	background-color: #000000;
}

infobox3
{
	width: 241px;
	height: 126px;
	background-color: #000000;
}

infobox4
{
	width: 226px;
	height: 126px;
	background-color: #000000;
	color: #FFFFFF;
	overflow: auto;
}

#infotext
{
	color: #FFFFFF;
	text-align: center;
}

#noborder
{
	border: 0px;
}
