body{
 font-size:11px;
 font-family:Verdana;
 background-image:url("img/back.jpg");
 background-repeat:no-repeat;
 background-position:right bottom;
 background-attachment:fixed;

 scrollbar-face-color:#47c1b2;
 scrollbar-highlight-color:white;
 scrollbar-shadow-color:white;
 scrollbar-3dlight-color:black;
 scrollbar-arrow-color:black;
 scrollbar-track-color:white;
 scrollbar-darkshadow-color:black;
}

td{
 font-size:11px;
 font-family:Verdana;
}

a:link, a:visited, a:active{
 color:darkorange;
 text-decoration:none;
}

a:hover{
 color:#47c1b2;
}

img{
 border:0;
}

.title{
 height:40%;
 font-size:30px;
 font-family:Times New Roman,Arial;
 font-weight:bold;
 text-align:center;
 letter-spacing:2px;
}

.menu{
 height:20px;
 background-color:white;
 text-align:center;
 border-top:1px dotted black;
 border-bottom:1px dotted black;
}

.space{
 height:10px;
 font-size:0px;
 background-color:white;
 border-top:1px dotted black;
 border-bottom:1px dotted black;
}

.icon{
 height:20px;
 background-image:url("img/icon.gif");
 background-repeat:no-repeat;
 background-position:left center;
 padding:3px 0px 0px 10px;
}

h2{
 width:50%;
 padding:5px;
 font-size:11px;
 font-family:Arial;
 border:1px dashed black;
 border-top:2px solid #47c1b2;
}

.text{
 padding-left:15px;
}