*{
margin:0; 
padding:0; 
border:0;
}
  
body{
background:white; 
color: black;
font-family: Verdana, Tahoma, sans-serif, Arial;
font-style:normal;
}

#container{
width: 680px; 
min-width:680px; 
margin: 40px auto;
}  

#wrapper{
margin-top:20px;
margin-bottom:20px;
}

#footer{
float:left;
height:30px;
line-height:30px;
background-color:silver; 
width:100%;
margin-top:0px;
text-align:center;
font-size:12px;
}

#footer a{
text-decoration:none; 
}                                    

#footer a:link, #footer a:visited{
background:silver; 
color:black;
}                                    

#footer a:hover{
background:gray; 
color:black;
}

.tab{
padding: 3px 0;
margin-left: 0px;
font-size:14px;
border-bottom: 1px solid black;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tab li{
display: inline;
}

.tab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid black;
border-bottom: none;
background-color:silver;
color:black;
}

.tab li a:hover{
background-color:gray;
}

.tab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color:white;
}

h1, h4{
text-align:center;
}

h2{
height:25px; 
line-height:25px;
font-size: 14px;
font-weight:normal;
background-color:silver; 
text-align: center;
}

p{
margin: 10px 10px;
text-align: justify; 
font-size:13px;
}

a.button{
display:inline-block; 
padding:5px 10px;
text-align:center; 
text-decoration:none; 
font-size:10px;
color:black; 
/*border:1px solid black;*/
}
                                
a.button:link, a.button:visited{
background-color:silver; 
}                                    

a.button:hover{
background-color:gray; 
}

.bbutton{
margin:5px 0px 15px 0px;
text-align: center;
}

a.link:link{
background: inherit; 
color: blue; 
text-align:center;
text-decoration: underline;
}

a.link:visited{
color: purple; 
}

a.link:hover{
color: red; 
}

.center{
text-align: center; 
}
