BODY {	
	background-color:#4F669D;/* Navy blue */
	color:#CCCCCC; /* Font color light silver */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

.link /* Main page link */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#CCCCCC; /* Light grey */
	}

.menu1 /* Menu heading */
	{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC;/* Light silver */
	}

.menu1:hover /* Menu heading when cursor over */
	{
	color:#FFFFFF;/* white */
	text-decoration:none;
	}

.menu2 /* Left menu button rectangle */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#999999; /* Font color: medium grey */
	background-color:#E8E8E8; /* Light grey */
	border-left-color:#999999; /* Medium grey */
	border-left-style:solid;
	border-left-width:thick;
	}

.menu2_link /* Left menu button rectangle with link */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	}

.menu2_link:hover /* Left menu link when cursor over */
	{
	color:black;
	text-decoration:none;
	}

.footing /* footing section */
	{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;/* Light silver */
	}

.menu3 /* footing links */
	{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;/* Light silver */
	}

.menu3:hover /* Footing links when mouse over */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;/* The font turn white when mouse is over */
	}

.album /* Photogallery for ha_champions */
	{
	background-color:#CCCCCC;
	border-bottom-color:#B4B4B4;
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-left-color:#9F9F9F;
	border-left-style:solid;
	border-left-width:6px;
	border-right-color:#747474;
	border-right-style:solid;
	border-right-width:6px;
	border-top-color:#8A8A8A;
	border-top-style:solid;
	border-top-width:6px;
	}
	
.albumtxt /* Photogallery for ha_champions */
	{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000098;/* Navy blue like the background */
	}

.email /* Email links */
	{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CCCCCC;/* Light silver */
	}

.email:hover /* Email links when mouse over */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:white;/* The font turn white when mouse is over */
	}

.rates /* Rates cell */
	{
	background-color:#4F669D;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC;/* Light silver */
	}

.rates:hover /* Rate cell when mouse over */
	{
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#4F669D;/* The font turn white when mouse is over */
	}


