body {
font: 12pt 16pt arial, sans-serif;
color: #000;
text-align: center;
margin: auto;
background: #fdfeff;
background-image: url("../images/background.gif");
background-position: bottom left;
background-repeat: no-repeat;
background-attachment: fixed;
}

div.body {
font: 12pt 16pt arial, sans-serif;
margin: auto;
color: #000;
text-align: left;
width: 600px;
background: #fff;
border-top: 1px solid #fafafa;
border-left: 1px solid #fafafa;
border-bottom: 2px solid #fafafa;
border-right: 2px solid #fafafa;
}

div.dotted {
text-align: left;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 4px;
border-bottom: 1px dotted #fcfcfc;
}

div.solid {
text-align: left;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 4px;
border-bottom: 1px solid #fcfcfc;
}

div.double {
text-align: left;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 4px;
border-bottom: 1px solid #fcfcfc;
}

div.right {
text-align: right;
}

div.indent {
margin-left: 10px;
}

a:link {
color: #06c;
text-decoration: none;
}

a:visited {
color: #06c;
text-decoration: none;
}

a:active {
color: #06c;
text-decoration: none;
}

a:hover {
color: #c60;
background: transparent;
text-decoration: none;
cursor: hand; 
}

img.link {
border: 1px solid #06c;
}
