
body {
	margin:0px;
 	font-family: Comic Sans MS, verdana,arial,sans-serif;
	font-size: 14pt;
	background-color: #FF6666;
	}

.contenttable {
	background-color: #FFCCCC;
	border: 2px dashed #FF0033;
	}		
	
.content {
	padding: 20px;
	margin: 20px;
	background-color: #FFFFFF;
	border: 2px dashed #FF0033;
	}	

.main {
	padding: 20px;
	margin: 20px;
	align: center;
	color: #FFFFFF;
	font-size: 16pt;
	}
	
#title a { 
	color:"#660033"; 
    text-decoration: none; 
    }

#title a:visited { 
	color:"#660033"; 
    text-decoration: none; 
	}	
	
#title a:hover { 
	color:"#660033"; 
    text-decoration: none;
	}

	
a { 
	color:"#3300CC"; 
    text-decoration: underline; 
    }

a:visited { 
	color:"#3366FF"; 
    text-decoration: underline; 
	}

a:hover { 
	color:"#FF0000"; 
    text-decoration: underline;
	}



a.title { 
	color:"#3300CC"; 
    text-decoration: underline; 
    }

a.title:visited { 
	color:"#3366FF";
	text-decoration: underline;
	}

a.title:hover { ]
	color:"#FF0000"; 
    text-decoration: underline;
	}
	
 	
#menu a {
	color:#000000;
	font-family:verdana,arial,sans-serif; 
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;
	line-height: 20px;
    padding: 3px;
	background-color: FFFFCC;
	text-align: center;
	border-top: 2px solid #FFCC99;
	border-left: 2px solid #FFCC99;
	border-right: 2px solid #993333;
	border-bottom: 2px solid #993333;
	}
	
#menu a:hover {
	color:#000000;
	text-decoration:none;
	border-top: 2px solid #993333;
	border-left: 2px solid #993333;
	border-right: 2px solid #FFCC99;
	border-bottom: 2px solid #FFCC99;
	}
	
#menu a:visited {
	color:#000000;
	text-decoration:none;
	}
	

	
P { 
	color:"#000000"; 

	font-size:90%; 
	text-decoration: none; 
	text-align: left; 
	}


H1 { 
 
	font-size: 50px; 
	font-weight: bold ; 
	color: #FFFFFF;
	text-align: center;
 
	}

H2 { 
	font-family: verdana,arial,sans-serif; 
	font-size:120%; 
	font-weight:bold ; 
	text-decoration: none; 
	text-align: left; 
	}

.footer {
	font-size:14; 
	font-family:verdana,arial,sans-serif; 
    border-top: 1px solid #CCCCCC;
    text-align: center;
	}

 	
.warning {
	padding: 20px;
	margin: 20px;
	background-color: #FFCCCC;
	border: 2px dashed #FF0033;
	}