body {
 font-family: arial;
 font-size: 12px;
 background: #D3D3D3;
}
.center {
 margin-left: auto;
 margin-right: auto;
 border: dashed 1px gray;
 background: #FFFFFF;
 width: 667px;
 margin-bottom: 2px;
}
h1 {
 font-size: 16px;
 text-align: right;
 color: #0000A0;
}
.text {
 margin: 10px 5px 0px 5px;
}
a {
 color: #626262;
 font-weight: bold;
 text-decoration: none;
}
a.links {
 color: #0000A0;
 padding: 4px 10px 4px 10px;
 text-decoration: none;
 font-weight: bold;
 border: dotted 1px #0000A0;
 width: 155px;
 display: block;
}
a.links:hover {
 background: #C0C0C0;
 color: #0000A0;
}