
body {
	margin:0px;
	font-family: courier new, courier, mono; 
	font-size: 10pt;
	background-color: #330066;
	}
	
table.content {
	padding: 30px;
	background-color: #FFFFCC;
	border: 2px dashed #9900CC;
	}	

.reco {
    padding: 5px;
	background-color:#FFFFFF;
	border: 2px dashed #9900CC;
	margin-bottom: 10px;
                  text-align: center;  
	}
	
#title a { 
	color:#660099; 
    text-decoration: none; 
    }

#title a:visited { 
	color:#660099; 
    text-decoration: none; 
	}	
	
#title a:hover { 
	color:#660099; 
    text-decoration: none;
	}

	
a { 
	color: #660099; 
    text-decoration: underline; 
    }

a:visited { 
	color: #9900CC; 
    text-decoration: underline; 
	}

a:hover { 
	color: #9900CC; 
	background-color: #FFFF99;
    text-decoration: underline;
	}

#menu {
	margin-top: 5px; 
	margin-bottom: 15 px;

}
	
 	
#menu a {
	color:blue;
	font-family: arial, courier new, courier, mono; 
	font-size:16px; 
	font-weight:bold;
	text-decoration: underline;
    padding: 3px;
	text-align: center;

	}
	
#menu a:hover {
	color:#330066;
	text-decoration: underline;
	background-color: #FFFF66;
	border: 1px solid #9900CC;
	}
	
#menu a:visited {
	color:blue;
	text-decoration: underline;
	}
	

	
P { 
	font-family: courier new, courier, mono;
	font-size:90%; 
	text-decoration: none; 
	text-align: left; 
	}


H1 { 
	font-family: courier new, courier, mono; 
	font-size: 30px; 
	font-weight: bold ; 
	text-align: left;
	margin: 0pt;
	padding: 0pt;
	}

H2 { 
	font-family: courier new, courier, mono; 
	font-size:120%; 
	font-weight:bold ; 
	text-decoration: none; 
	text-align: left; 
	}

.footer {
	font-size:14; 
	font-family:courier new, courier, mono; 
    border-top: 1px solid #CCCCCC;
    text-align: center;
	}

 	
.warning {
	padding: 20px;
	margin: 20px;
	background-color: #FFFFCC;
	border: 2px dashed #9900CC;
	}