/* CSS by Muid Latif of muidlatif.com */
/* CSS has been validated by http://jigsaw.w3.org/css-validator/ */
body { 
	margin: 0px; 
	padding: 0px;
	color: #C1AB5F;
	background-color:#000000;
	}
p, th, td, li, dt, dd, a {
    font-family: georgia, Garamond, "Book Antiqua", "Times New Roman", helvetica, serif;
	font-size: 11px;
    }
a:link { 
	color: #C1AB5F;
	text-decoration: none; 
	background-color: transparent;
	}
a:visited { 
	color: #776833;
	font-weight: bold; 
	text-decoration: none; 
	background-color: transparent;
	}
a:hover, a:active { 
	color: #000000;
	background-color: #776833;
	}
/* object stuff here */
/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}
/* table rules */
.osx td {
	background: #FFFFFF;
}
.macclassic td {
	background: #FFFFFF;
}
.win98 td {
	background: #FFFFFF;
}
.win2k td {
	background: #FFFFFF;
}
.winxp td {
	background: #FFFFFF;
}
