body {
background: #607b8b;
font-family: verdana;
font-size: 12px;
text-align:justify;
color: black;
}
h3{
font-weight: bold
}
a {
text-decoration: none;
color: black;
text-decoration: underline
}
a:hover {
text-decoration: underline;
color: black;
font-weight: bold
}
#wrap {
margin: 20px auto;
width: 970px;
background: #98bfd8;
border: 10px solid white;
}
#header {
height: 10px;
}
#menu {
height: 30px;
line-height: 30px;
background: #607b8b;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 40px 0 0;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
#menu ul li a:hover {
color: #98bfd8;
text-decoration: none;
}
#menu ul .current a {
color:white;
font-weight:700;
}
#content {
padding: 0 20px 20px 20px;
}
#footer {
height: 10px;
line-height: 20px;
background: white;
font-size: 11px;
}
ul {
padding: 0 15px 15px 15px;
}
div.img
  {
  height:auto;
  width:auto;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid black;
  }
div.desc
  {
  text-align:center;
  font-weight:bold;
   margin:2px;
  }
