body {
    font-family:Monaco,Verdana,"Courier New",monospace;
	font-size:11px;
	letter-spacing:1px;
	line-height:13px; 
	color:#FFFFFF;
    background-color: #333333;
	background-image: 
	url('bg.gif');
	background-repeat: repeat-x    padding: 10px;
    margin: 30px;


    
}

a:link {
	color:#FFFFFF;
	background-color: #0000FF;
	font-family:Monaco,Verdana,"Courier New",monospace;
	font-size:11px;
	letter-spacing:1px;
	line-height:13px;  
	/*font-weight: bold;*/
	text-decoration: none; 
	text-transform: uppercase;
}

a:visited {
	color:#FFFFFF;
	background-color: #0000FF;
	font-family:Monaco,Verdana,"Courier New",monospace;
	font-size:11px;
	letter-spacing:1px;
	line-height:13px;  
	/*font-weight: bold;*/
	text-decoration: none; 
	text-transform: uppercase;
}
	
a:hover {
	color:#000000;
	background-color: #00FFFF;

	font-family:Monaco,Verdana,"Courier New",monospace;
	font-size:11px;
	letter-spacing:1px;
	line-height:13px;  
	/*font-weight: bold;*/
	text-decoration: none; 
	text-transform: uppercase;
}

table {
    font-family:Monaco,Verdana,"Courier New",monospace;
	font-size:11px;
	/*letter-spacing:1px;*/
	line-height:13px;
}

.subtitle {
	color:#FFFF00;
	font-family:Monaco,Verdana,"Courier New",monospace;
	font-size:12px;
	letter-spacing:1px;
	line-height:13px;  
}

h1 {
	text-transform: uppercase;
	color: #FFFF00;
}

h2 {
	text-transform: uppercase;
	color: #00ffff;
}

h3 {
	text-transform: uppercase;
	color: #ffff00;
}


#left {
    position: absolute;
    top: 50px;
    left: 50px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #e8e8e8;
    width: 120px;
    }
#middle {
    margin: 20px 190px 20px 190px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #e8e8e8;
}
#right {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #e8e8e8;
    width: 120px;
}

.maintext {
    font: 11px Arial;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.maintext A { text-decoration: underline; color: #a63; }
.maintext A:link { text-decoration: underline; color: #a63; }
.maintext A:visited { text-decoration: underline; color: #a63; }
.maintext A:hover { text-decoration: underline; color: #f00; }