A:link {
text-decoration: none;
color: #3377AA;
}
A:visited {
text-decoration: none;
color: #3377AA;
}
A:active {
text-decoration: none;
color: #3377AA;
}

.banner {
border: thin solid;
background-color: #f3f3f3;
border-color: #c8c8c8;
width: 760px;
text-align: center;
}

.title {
font-size: 30px;
font-weight: bold;
padding-left: 5px;
}

.menu {
border: thin solid;
background-color: #f3f3f3;
border-color: #c8c8c8;
margin-top: 5px;
font-size: 15px;
width: 760px;
text-align: center;
}

.content {
width: 750px;
border: thin solid;
font-size: 15px;
text-align: left;
margin-top: 5px;
padding-bottom: 25px;
padding-left: 10px;
background-color: #f3f3f3;
border-color: #c8c8c8;
}