body           {
		 background-color: 000000;
		 background-image: url('images/background.jpg');
		 background-attachment: fixed;
		 background-repeat: no repeat;
		 background-position: center;

		 color: ffffff;
		 font-size: 11px;
		 font-family: helvetica, verdana;
		 text-decoration: none;
		 line-height: 16px;
}


a:link         { 
		 color: cc0000; 
		 text-decoration: none; 
}
a:visited      { 
		 color: 400101; 
		 text-decoration: none; 
}
a:active       { 
		 color: cc0000; 
		 text-decoration: none; 
}
a:hover        { 
		 color: 727171; 
		 text-decoration: none; 
}