body, td {
margin: 0px;
font: 14px Georgia;
color: #333333
}

p {
text-indent: 25px
}

h2 {
text-indent: 25px;
font: bold 16px Georgia;
color: #660000
}

a:link, a:visited, a:active {
font-weight: normal;
font-size: 14px;
color: #660000;
text-decoration: underline
}

a:hover {
font-weight: normal;
font-size: 14px;
color: #cc6600;
text-decoration: underline
}

#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 45px;
right: 45px;
overflow: hidden;
width: 40px;
height: 60px;
border: none;
text-indent: 100%;
background: url(images/icon_top.png) no-repeat left top;
}

#toTopHover {
background: url(images/icon_top.png) no-repeat left -60px;
width: 40px;
height: 60px;
display: block;
overflow: hidden;
float: left;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
outline: none;