/*
-Copyright Melissa Treglia, 2006		
-http://www.hellish-alchemy.com
-Looking at this file to try and learn CSS is fine by me, 
-but PLEASE DO NOT STEAL MY WORK!

---------------------------------------
HTML BODY
---------------------------------------
*/
body{
	background: #000000;
	background-image: url('images/bg.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
	cursor : crosshair;
	color : #ffffff;
	margin:5px;
	}

/*
---------------------------------------
LINK COLOURS
---------------------------------------
*/

a:link {
	color:#C0C0C0; 
	text-decoration:none; 
	font-weight:bold; 
	cursor:help; 
	background-color:#000000;
	}

a:visited {
	color:#696969; 
	text-decoration:none; 
	cursor:help; 
	font-weight:bold; 
	background-color:#000000;
	}

a:hover {
	color:#C0C0C0; 
	text-decoration:underline; 
	font-weight:bold; 
	cursor:help; 
	background-color:#000000;
	}

/*
---------------------------------------
TABLE STUFF
---------------------------------------
*/

td{
	font-family:verdana, sans-serif; 
	font-size:10px; 
	color:#ffffff; 
	background-color:#000000;
	}

/*
---------------------------------------
THE HEADER DIV
---------------------------------------
*/

div.header {
	width: 100%; 
	color: #ffffff; 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	font-weight:bold; 
	border-bottom: 1px dotted #ffffff; 
	background-color:#000000;
	}

/*
---------------------------------------
THE COPYRIGHT DIV
---------------------------------------
*/

div.copy{
	font-family:verdana, sans-serif; 
	font-size:9px; 
	color: #ffffff; 
	background-color: #000000;
	}