td {
	color: white;
	text-align : left;
	padding: 3px;
	vertical-align : text-top;
}

table {
	border : 2px ridge;
}


.holders {
	background : #444444;
	color: white;
	border : 1px;
}

a:visited {
	color: blue;
}

a:active {
	color: Fuchsia;
}

a:hover {
	text-align : right;
	letter-spacing : normal;
	float : none;
	color : #FFD700;
	cursor : auto;
}

a.levels:hover {
	zoom :150%; 
        color : #FFD700;
	cursor : crosshair;
}

h1 {
	font: oblique 29pt;
}

h2 {
    font: oblique 23pt;	
}

body{
	font-family : Eurostile, Times New Roman, Arial;
	font: Eurostile, Times New Roman, Arial;
	color: gold;
	background : #000000;
	scrollbar-3d-light-color: #F5F5F5;
	scrollbar-arrow-color : #FFEBCD;
	scrollbar-base-color : #708090;
	scrollbar-dark-shadow-color : Black;
	scrollbar-face-color : Black;
	scrollbar-highlight-color : Black;
	scrollbar-shadow-color : #FFD700;
}