
body {
 background: #ffffff;
 color: #0066b3;
 margin: 3px 8px;
 font-family: verdana, helvetica, sans-serif;
 background-image: url("/images/syn-circ-ffffff-0066b3-170x170.png");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 1% 1%;
}
a:link {
 color: #0056b3;
}
a:visited {
 color: #0056b3;
}
a:hover {
 color: #1066b3;
 font-weight: 500;
}
div#col1 {
 position: absolute;
 top: 80px;
 left: 250px;
 width: 400px;
}
div#footer {
 position: fixed;
 left: 5%;
 bottom: 0px;
 padding: 8px;
 width: 90%;
}

