BODY {
 	background-image:url(background.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat; 
	background-color : #ffffff; 
	margin : 50px 100px 50px 80px;
	padding : 0;
	font-family : "Courier";
	text-decoration: none;
    }


img {
	border : 0px;
	margin:0px;
	padding:0;
	}

.header {
	padding-left: 5px;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	font-size : 16px;
	width: 245px;
	height: 20px;
}

.text {
	padding-left: 5px;
	margin:0px;
	font-size : 12px;
	width: 800px;


}	
	
.text A:link, .text A:visited {
	color : #000000;
	text-decoration:underline ;
	}

.text A:hover, .text A:active {
	color : #000000;
	text-decoration: line-through;
	}	


.header A:link, .header A:visited {
	color : #ffffff;
	text-decoration:underline ;
	}
	
.header A:hover, .header A:active {
	color : #ffffff;
	text-decoration: overline;
	}
