/*  
	tscc.redhope.net Master Style Sheet
	Created: June 7, 2009
	Red Hope: redhope@redhope.net
	
	Text: FFFFFF / Red Link: F80606 / 
*/

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 10px;	
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat; 
	background-color: #000000;
	background-position: 1px 50px;
	background-attachment: fixed;
	}

#content {
	position: absolute;
	top: 85px;
	left: 100px;
	width: 800px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #e1e1dd;
	z-index: 0;
	}

#table-content {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bolder;
	color: #e1e1dd;
	}

#content a:link {color: #FFFFFF; text-decoration: underline;}
#content a:visited {color: #CC9900;}
#content a:hover {color: red; text-decoration: overline;}

#table-content a:link {color: red; text-decoration: underline;}
#table-content a:visited {color: #CC9900;}
#table-content a:hover {color: #2824DB; text-decoration: overline;}