/* CSS Document */

body {
	background:#000000; 
	font-family: "Verdana";
	font-size: 7pt;
	color: #858585;
	margin: 0;
	padding: 0;
	line-height: 12px;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #1a797c;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #9ee7e9;
}

::-moz-selection {
	background: #000000; 
	color: #9ee7e9;
}

a:link, a:active, a:visited { 
	font-family:verdana; 
	color: #538b8d; 
	text-decoration: none; 
	font-size:7pt; 	
	font-weight:bold; 
}

a:hover {
	color: #ffffff; 
	font-weight:bold; 
	border-bottom:0px;
} 

b {color:#9ee7e9; font-size: 7.5pt;}

i {color:#ffffff; font-size: 7.5pt;}

u {color:#1a797c; border-bottom:1px #ffffff solid; text-decoration: none; font-size:7pt;}

strong {color:#9ee7e9; font-family: verdana; font-size: 7pt;}

#colonna {
	position: absolute;
	left: 22px;
	top: 665px;
	z-index: 2;
	text-align:center;
	width: 190px;
	padding:5px;
}

#content {
	position: absolute;
	left: 241px;
	top: 645px;
	width: 562px;
	z-index: 2;
	text-align:center;
}

#welcome {
	position: absolute;
	left: 9px;
	top: 10px;
	width: 396px;
	z-index: 2;
	text-align:center;
	height: 98px;
	font-size:7pt;
	color:#858585;
}

#tagboard {
	position: absolute;
	left: 830px;
	top: 665px;
	width: 187px;
	z-index: 2;
	text-align:center;
	height: 87px;
}

h1 {
	text-transform:uppercase;
	font-size:7pt;
	letter-spacing:2pt;
	text-align:center;
	color:#7c7c7c;
	font-family:verdana;
	border:0;
	background-color:#000000;
	border-bottom:1px solid #538b8d;
}

textarea {
	width: 250px;
	height: 60px;
	font-family:arial;
	font-weight: normal;
	font-size: 10px;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align:center;
	background-color: #151515;
}

input {
	font-family:arial;
	font-weight: normal;
	font-size: 10px;
	color: #3c3c3c;
	background-color: #151515;
	border: 1px solid #3c3c3c;
	text-align:center;
}

option {
	font-family:arial;
	font-weight: normal;
	font-size: 10px;
	color: #3c3c3c;
	background-color: #151515;
	border: 1px solid #3c3c3c;
	text-align:center;
}


a.nav:link, a.nav:visited, a.nav:active {
	color : #3c3c3c;
	letter-spacing: 0px;
	display : block;
  	font-size:7pt;
  	width: 130px;
	background-color:#151515;
	border-bottom:1px solid #3c3c3c;
	padding:3px;
	}



a.nav:hover {
  	color : #119a9e;
	border-bottom:1px solid #8cfcff;
  	width: 100px;
}

