body { 
/*font: 0.9em "Courier New", Courier, monospace;*/
font: 0.9em "Times New Roman", Times, serif;
letter-spacing:0.1em;
color: #ffffff;
background-color: #000;
margin: 0;
	}

	
#container { 
position: relative;
width: 600px;
border-right-width: 1px;
border-bottom-width: 1px;
border-style: solid;
border-color: #fff;
border-top-style: none;
border-left-style: none;
	}

#containerfla { 
position: relative;
width: 600px;
border-right-width: 1px;
border-bottom-width: 1px;
border-style: solid;
border-color: #fff;
border-top-style: none;
border-left-style: none;
	}
	
#testata { 
background: url(testata.gif) no-repeat top center; 
width: 600px; 
height: 251px; 
	}
	

#content {
	margin-top: 1em;
	margin-bottom: 1.8em;
	padding-left: 30px;
	padding-right: 30px;
	display:block;
	font-weight: bold;
	}
	
#content img{
border: #FF0000 solid 2px;
margin-bottom: 0.2em;
	}
	
#content h1,h2{
font-family:"Courier New", Courier, monospace;
font-size:1.4em;
color: #CCCCCC;
margin: 0 0 0.2em 0;
padding-top: 0.5em;
border-bottom: #CCCCCC solid 1px;
	}
	
#content h3{
font-family:"Courier New", Courier, monospace;
font-size:1.2em;
color: #CCCCCC;
margin: 0 0 0.2em 0;
padding-top: 0.5em;
	}
	
#content p {
margin: 0;
line-height:1.4em;
	}
	
#content a{
color: #CCCCCC;
text-decoration:none;
font-weight:bold;
border-bottom: #CCCCCC dashed 1px;
	}

#content a:hover {
color: #000000;
text-decoration:none;
font-weight:bold;
border-bottom: #CCCCCC dashed 1px;
background-color:#CCCCCC
	}

.tempo {
font-size:0.8em;
color: red;
padding-bottom:1em;
	}	
		

#nav {
/*border-top: #CCCCCC solid 1px;
border-bottom: #CCCCCC solid 1px;*/
margin-left:30px;
margin-right:30px;
margin-top:1.5em;
margin-bottom:1.5em;
font-size:1em;
/*font-family:"Courier New", Courier, monospace;*/
color:#FF0000;
	}
	
#nav a{
color:#FF0000;
text-decoration:none;
font-weight:bold;
	}
	
#nav a:hover{
color:#000000;
text-decoration:none;
background-color:#999999
	}
	
#nav ul {
margin: 0;
	}
	
#nav li {
margin: 1em;
padding: 0;
	}

#nav li .current{
color:#000000;
text-decoration:none;
background-color:#999999
	}

.posta {
margin-left:30px;
margin-right:30px;
padding-top:2.5em;
padding-bottom:1.5em;
	}
	
.posta a{
color:#FF0000
	}
