/* CSS Document */
html, body{ 
 margin: 0; 
 padding: 0; 
 background-color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
} 
td, p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #bbbbbb;
}
h1 {
 font-weight: bold;
 font-size: 13px;
}
h2 {
 font-weight: bold;
 font-size: 13px;
}

a:link {
	color:  #7D745;
	text-decoration: none;
	font-weight: bold;
	font-family :Arial, Helvetica, sans-serif;
	}

a:visited {
	font-family :Arial, Helvetica, sans-serif; 
	color:  #7D745;
	font-weight: bold;
	text-decoration: line-trough;
	}

a:hover {
	font-family :Arial, Helvetica, sans-serif;
	color:  #7D745;
	text-decoration: underline;
	}
	
a:active {
	font-family :Arial, Helvetica, sans-serif; 
	color: #6c5712;
	text-decoration: underline;
	}
.sfondo {background-color:#000000; width:750px; height:560px; margin top:10px; margin left:30px;
background:url(logo.gif); background-position:top left; background-repeat:no-repeat;
}
.nav {
font-size: 13px;
font-weight: bold;
}
.nav a {
color: #FFFFFF;
text-decoration:none;
}
.nav a:hover{
color: #FFFFFF;
text-decoration: underline;
}
.navside a {
color: #7D7456;
text-decoration: none;
}
.navside a:hover{
color: #7D7456;
text-decoration: underline;
}