body { 
			background-color: #ccccff; 
			color: #330033; 
			margin: 0px; 
			padding: 0px;
			font-size: small;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

a:link  { 
			color: #330033; 
			font-weight: bold; 
			text-decoration: none; 
		} 

a:visited   { 
			color: #330033; 
			font-weight: bold; 
			text-decoration: none; 
		} 
		
a:active { 
			color: #330033; 
			text-decoration:none; 
		} 
		
a:hover  { 
			color: #ccccff;
			background-color: #330033; 
			text-decoration: none; 
			font-weight: bold; 
			cursor: crosshair; 
		}
		
h1  { 
			font-size: 1.8em; 
	}
	
h2  { 	 
			font-size: 1.6em; 
	}
	
h3  { 		
			font-size: 1.4em; 
	}
	
h4  { 		
			font-size: 1.2em; 
	}
	
p {
			text-align: justify;
}
	
	
caption  { 	
			text-align: center; 
			margin: auto; 
	}
	
td  { 	
			text-align: center; 
	}
	
th  { 		
			text-align: center; 
			padding: 5px; 
	}
	
ol, ul  { 
			width: 540px; 
			margin-left: 0px; 
			margin-right: auto; 
		}
		
li { 		
			margin-left: 0px; 
			padding: 0px;
	}
	
hr { 		
			color: #330033; 
	}
	
img { 		
			border: none; 
	}
	
table { 	
			text-align: center; 
			border-style: none; 
			margin: auto; 
	}
	
.small { 	
			font-size: 0.85em; 
	}
	
.floatleft {
	float: left;
	margin: 0px 8px 8px 0px;
}

.floatright {
	float: right;
	margin: 0px 0px 8px 8px;
}

#container { 
			position: relative;
			display: block;
			width: 800px; 
			height: 498px; 
			background: transparent url('/orpheus/i/angelbkg.jpg') 0px 0px no-repeat; 
			margin: 0px auto; 
			padding: 0px;
			}
			
#menu { 
			position: relative;
			display: inline;
			float: left; 
			width: 171px; 
			height: 498px; 
			overflow: auto; 
			border: none; 
			margin: 0px;
			padding: 0px;
}

#menu p { 
			width: 120px;
	        margin: 240px auto 20px auto; 
	        padding: 0px;
		}
		
#content { 
			height: 380px; 
			width: 570px; 
			overflow: auto; 
			border-style: none; 
           	margin: 0px; 
           	padding: 0px 5px 0px 0px;
			position: absolute; 
			top: 70px; 
			left: 180px;
		}
		
#validators_counters {
			margin: 10px auto;
			text-align: center;
}		
