/* CSS Document */

BODY {
	background-color:black;
	background-image:url(lagrandeonda/sfondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
	padding: 0;
	
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

a.link:link,a.link:visited {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:;
	text-decoration: underline;
	}
	
a.link:hover {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:;
	text-decoration: underline;
	}
	
	
.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#e31921;
	}	
	

.titolo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:white;
	}	
	
.titoloROSSO {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#e31921;
	}
	
.bordodisco {
	border-top-width: 2px;
	border-top-color: white;
	border-top-style: solid;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 2px;
	}
	
.bordodiscoDUE {
	border-top-width: 1px;
	border-top-color: #666666;
	border-top-style: dotted;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-color: #666666;
	border-left-style: dotted;
	border-left-width: 1px;
	}
	
.bordodiscoTRATT {
	border-top-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	}