html {
	scrollbar-arrow-color:#0000ff;
        scrollbar-base-color:#d0d0d0;
}
body {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color: #0000ff;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	background-color: #fffedc;
	cursor: url("mouse.cur"), default;
	text-align:center;
}
a {
	text-decoration: none;
	color:  #0000ff;
	outline: none;
	}
a:visited {
	color:  #0000ff;
	}
a:active {
	color:  #0000ff;
	}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px; 
	}
	
ul {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
	

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
	
#clock {
	margin: 0px 6px 0px 6px;
	padding: 0px;
	border: 0px;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana;
	color: #ffffff;
	}

#middle {
	font-size: 20px;
	margin: 50px 90px 50px 90px;
	padding: 20px;
	border: 1px solid #FF0000;	
	background: #ffffbb;
	background-image: url(midbg.bmp);
	}
.pulsante {
    font-size: 10px;
    font: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;    
    color: #ffff00;
    text-align: center;
    padding: 0px;
    width: 70px;
    height: 22px;
    border: 0px solid #000080;
    background-image:url(button.gif);
    }
.testoform{
    font-size: 12px;
    font: Verdana, Arial, Helvetica, sans-serif;
    color: #000080;
    width: 150px;
    } 