body {
	scrollbar-base-color : saddlebrown;
	scrollbar-face-color: #009999;
	scrollbar-shadow-color: seagreen;
	scrollbar-highlight-color: whitesmoke;
	scrollbar-darkshadow-color: gray;
	scrollbar-track-color: saddlebrown;
	scrollbar-arrow-color: #99cccc;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #3333FF;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0066FF;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFF99;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6633CC;
	background-color: #CCCCCC;
}

a:hover.trasp {
	background-color: #666666;
}

h1 {  font-family: "Courier New", Courier, mono; font-size: x-large}

h2 {  font-family: "Courier New", Courier, mono; font-size: large}

p,pre,none{
	font-size: 12pt;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
	text-indent: 12pt;
	margin-left: 12px;
	margin-right: 12px;

}

#topp {
	background-attachment: fixed;
	background-color: #339966;
	background-image: url(../elnino/images/elnino-lsdr-120.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 100%;
	clear: both;
	position: relative;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
float: left;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
color: #FFF;
background-color: #036;
width: 120 px;
padding: 3px 3px 1px 6px;
text-decoration: none;
border-bottom: 1px solid #fff;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

.floatright { float: right; 
margin: 0 0 10px 10px;
}
