body { 
	background-color: black; 
	margin-top: 12px; 
	background-image: url('../images/bg-repeat-1.jpg');
 	background-repeat: repeat 
	}

p { 
	color: white; 
	font-size: 14px; 
	font-family: "courier new"; 
	}

td { }

a {
	color: white;
	font-size: 14px;
	}

a:link { 
	font-size: 14px; 
	font-family: "courier new"; 
	}

a:visited { 
	color: #fff;
	font-size: 14px; 
	}

a:hover { 
	color: #999; 
	font-size: 14px; 
	}

a:active { }

h1 { 
	color: #808080; 
	font-size: 22px; 
	font-family: "courier new"; 
	}

