

a						{ color: 333333; text-decoration: none }
a:link 					{ color: 333333; text-decoration: none }
a:hover					{ color: red; text-decoration: none }
a:active				{ color: yellow; text-decoration: none }
a:visited				{ color: 333333; text-decoration: none }
a:visited:hover			{ color: red; text-decoration: none }

a.button:active 		{ color: black; text-decoration: none }
a.button:hover 			{ color: red; text-decoration: none }
a.button:link 			{ color: black; text-decoration: none }
a.button:visited 		{ color: black; text-decoration: none }
a.button:visited:hover	{ color: black; text-decoration: none }

body
{
     margin: 0;
     padding: 0;
     background-color: white;
     text-align: center;
	 font-size: 2; 
	 color: 333333; 
	 font-family: arial;     
}

#container {
     width: 750px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     position: relative;
     overflow: hidden;
}



.thwcHMenu
{
	cursor: default;
	font-size: 8pt;
	font-family: arial;
	color: black;
	padding: 0 10px 0 10px;
}

.thwcVMenu
{
	cursor: default;
	font-size: 8pt;
	font-family: times;
	border: solid 1px #333333;
	background-color: black;
	color: white;
	padding: 5 0 5 0;
}


.thwcVItem
{
	padding: 0 0 0 0;
}

.thwcHotItem
{
	border: solid 1px #333333;
	color: white;
}