body {
font-family: arial;
background-color: #990000;
}

.head {
border: 1px solid black;
width: 700px;
font-size: 30px;
background-color: white;
padding: 5px;
}

.menu {
border: 1px solid black;
width:700px;
background-color: white;
font-size:14px;
text-align: center;
padding: 5px; 
}

.content {
width:700px;
border: 1px solid black;
height: 422px;
background-color: white;
padding: 5px;
}

.foot {
width:700px;
border:1px solid black;
height:10px;
background-color: black;
}

.copyleft {
font-size:10px;
text-align: center;
color : white;
}

img {
  border: none;
}

a {
 color : #990000;
 text-decoration: none;
}

a:hover {
 color: black;
 text-decoration: underline;
}

.servicetable {
  font-size:15px;
}

.picdesc {
  font-size:10px;
  height: 70px;
  
}

.footlink {
  color:white;
}
