table {font-family: Arial; font-size: 11px; }
body {
    font-family: Arial; 
	font-size: 11px;  
	background-color: #000000; 
	background-image: url('bg.jpg');
    background-repeat: repeat
	}
em{font-weight: bold; font-size: 12px;}
H1{font-weight: bold; font-size: 14px;}
a:link{text-decoration: none;	color: blue	}
a:visited{text-decoration: none;	color: blue	}
a:active{text-decoration: none;	color: blue	}
a:hover{text-decoration: underline;	color: red	}
