/* General page styles */
body,td,th {color: #FFCC00; font-size: 15px;}
body {background-color: #000000;}

td.rank {background-color: #FFCC00;}

a:link {text-decoration: underline; color: #FFCC00;}
a:visited {text-decoration: underline; color: #FFCC00;}
a:hover {text-decoration: none; color: #FFCC00;}
a:active {text-decoration: underline; color: #FFCC00;}

/* other styles */
.tournamentContainer{width:800px;}
.tournamentTitle{color: #FF0000; font-size: 30px; font-weight: bold; text-align: center; }
.tournamentCityTitle{color: #FF0000; font-size: 15px; font-weight: bold; text-align: center; }
.tournamentMonthTitle{color: #FF0000; font-size: 15px; font-weight: bold; text-align: center; }
.tournamentMsg{text-align: justify; margin-top: 15px; margin-bottom: 15px; margin-left: 5px; margin-right: 5px; }

.imgContainer{width:400px; float: right; }
.imgCenter{width:800px; text-align: center; margin-top: 8px; margin-bottom: 8px; }
.imgLeft{width:400px; text-align: center; float: left; margin-top: 8px; margin-bottom: 8px; }
.imgRight{width:400px; text-align: center; float: right; margin-top: 8px; margin-bottom: 8px; }

.leftMenuItems{width:200px; height:18px; background-color: #FFCC00; color: black; }
.wrap{ width:200px; height:18px; background-color: transparent; }

.wrap:hover .leftMenuItems{background-color: aqua; }

.lineSpacer{
	margin-top: 15px; 
	margin-bottom: 15px; 
	margin-right:12.5%; 
	margin-left:12.5%;
	border: 2px;
	border-style: groove;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}