
body { 
	background-color: black; 
	background-repeat:no-repeat; 
	color:#aaaaaa; 
}


body { 
	font-family:arial; 
	font-size: 10pt; 
	line-height: 180%; 
}
           
img { 
	border:none; 
}
   
img.area {
	font-size:120pt; 
	color:white 
}
          
a {color: #FF7733; text-decoration: none;} 
a:link {color: #FFcc00}      
a:visited {color: #00FFFF}   
/* a:hover { font-style:italic;  }     */
a:active {color: #AA00FF}

div.head { 
	font-size: 20pt; 
	padding: 10pt; 
}


h3 {
	color: white; 
	margin-top: 35px;
	margin-bottom: 5px;
	font-weight: normal;
	letter-spacing:8px;
}

h4 {
	color: orange;	
	margin-bottom: 0px;
	font-weight: normal;
}

.note {  
	/*color: #333;*/
}

.note b {  
	color: orange;
}

.absolute {
	position: absolute;
}

.note.left {
	text-align: right;
}

div.column-3   {
	overflow: auto;
}

div.column-3 div.column {
	float: left;
	width: 300px;
	text-align: justify;
}
div.column-separation {
	float: left;
	width: 46px;
	height: 1px;
}

div.footer   {
	text-align: center;
}
 
hr {
	color: gray;
}

hr.section {
	height: 2px; 
	color: gray;
	border-top: #555 thin solid;
	border-bottom: #333 thin solid;
}


.main-menu	 {
	letter-spacing: 3px;
}