/* CSS Document */

body
{
	height:100%; /*set the page body to use the full height of the window (only needed for IE)*/
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	}


a:link
{

	color: #bbc38a;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #bbc38a;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FAA123;
	font-weight:bold;
	text-decoration: none;
}

.index
{
	font-size: 14px;
	color: #BBC38A;
	/*font-variant:small-caps;*/
	text-align: center;
	font-weight: bolder;
}

BODY {
scrollbar-face-color:#c2090f;
scrollbar-highlight-color:#c2090f;
scrollbar-3dlight-color:#c2090f;
scrollbar-darkshadow-color:#c2090f;
scrollbar-shadow-color:#c2090f;
scrollbar-arrow-color:#000;
scrollbar-track-color:#000;
}
