*body {
background-color: #fc2;
color: #555;
margin: 20px 20px 20px 20px;
width:600px;
text-align:left;
}
.head h2 {
font-size:1.8em;
background-color: #fd5;
padding: 14px;
color: #c80;
width:600px;
}

.links {
line-height:1.6em;
background-color: #ffa;
padding: 14px;
width:600px;
}
.links a {
text-decoration: none
}
.links a:link { color: #555; }
.links a:visited { color: #555; }
.links a:active { color: #555; }
.links a:hover { color: #555; }

.st_body {
line-height:1.6em;
background-color: #ffa;
padding: 14px;
width:600px;
}

.bar {
width:600px;
border-style: dotted none none solid;
border-bottom: 2px;
border-color: #555;
}

.st_form {
padding: 14px;
background-color: #fd5;
color: #555;
width:600px;
}

.footer {
text-align:center;
font-size:9px;
color: #555;
width:600px;
}