/* CSS Document */
body {
	background-image: URL("5oo.jpg");
	background-color: #217B17;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}

.maintable {height: 100%;     width: 100%;     border: 0px none;     }

.bigTitle {font: italic bold 40pt Verdana, sans-serif;     color: White;     text-align: right;     vertical-align: bottom;     padding-bottom: 10px;     padding-right: 30px;     }

.smallTitle {font: bold 8pt Verdana, sans-serif;     color: White;     text-align: center;     vertical-align: top;     padding-top: 10px;     }

.smallTitleB {font: bold 8pt Verdana, sans-serif;     color: White;     text-align: center;     vertical-align: middle;     padding-top: 10px;     }

.text {font: 8pt Verdana, sans-serif;     color: White;     text-align: left;     }

.smallText {font: 7pt Verdana, sans-serif;     color: #F0FFF0;     text-align: left;     }

/* link <a> all'interno di elementi di classe smallTitle, smallText e text */
.smallTitle a, .smallTitle a:link, .smallTitle a:visited, .smallTitleB a, .smallTitleB a:link, .smallTitleB a:visited, .smallText a, .smallText a:link, .smallText a:visited, .text a, .text a:link, .text a:visited {text-decoration: none;     border-bottom: 1px dotted Yellow;     font: inherit;     color: white }

/* onmouseover */
.smallTitle a:hover, .smallTitleB a:hover, .smallText a:hover, .text a:hover {color: yellow;     text-decoration: none;     border-bottom: 1px solid;     }

/* link x immagini piccole */
a.imgLink, a.imgLink:hover, a.imgLink:link, a.imgLink:visited {text-decoration: none;  border: 0px none;  }

.foto {border: 1px solid #217B17;   }

/* onmouseover */
.foto:hover {border: 1px solid yellow;   }

input, textarea {background-color: #F0FFF0;     border: 1px solid;     font-family: "Courier New", Courier, monospace;     font-size: 11px;}

input.hot, textarea.hot {background-color: Red;    }

input:focus, textarea:focus { background-color: #ffffcc }

input.push {background-color: #F0FFF0;     border: 2px outset;     font-family: Verdana, sans-serif;     font-size: 8pt;     font-weight: bold;     }

input.radio {background-color: transparent;     vertical-align: middle;     border: 0px none;     }

.box {border-bottom: 2px solid #282828;border-right: 2px solid #282828;background:#F5F5F5;}
.boxmenu {border-bottom: 2px solid #282828;border-right: 2px solid #282828;background:#F5F5F5 url(img/occhi.gif) no-repeat}
.boktext {font: 7pt Verdana,sans-serif; padding-top:2px}
a.boklink, a.boklink:link, a.boklink:visited {font: 7pt Verdana, sans-serif;text-decoration: none;border-bottom: 1px dotted blue; color: black;}
a.boklink:hover {font: 7pt Verdana, sans-serif;color: #217B17;text-decoration: none; border-bottom: 1px solid;}


