/* CSS Document */
/* By Cdt Luke Coffey */



/* Scroll Bar*/

html {
		scrollbar-face-color: #CDCDCD;
		scrollbar-arrow-color: #fff;
		scrollbar-highlight-color: #fff;
		scrollbar-shadow-color: #99c;
		scrollbar-3dlight-color: #000;
}





/* Visual */

body {
		background-color:#BAB9B9;
}

td, th {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
}


a {
		color: #3366CC;
		text-decoration: none;
}

a:hover {
		text-decoration: underline;
}


/* Cursors */

a.advice {
		cursor: help;
}

a.games {
		cursor: crosshair;
}

a.normal {
		cursor: default;
}

a.offsite {
		cursor: pointer;
}