A:link {
font-family: Arial, Verdana, Helvetica;
font-weight: normal;
text-decoration: underline;
color: #175eae;
}

A:visited {
font-family: Arial, Verdana, Helvetica;
font-weight: normal;
text-decoration: underline;
color: #0c4364;
}

A:hover {
font-family: Arial, Verdana, Helvetica;
font-weight: normal;
text-decoration: underline;
color: #000000;
}

A:active {
font-family: Arial, Verdana, Helvetica;
font-weight: normal;
text-decoration: underline;
color: #175eae;
}

.header {
font-family: Arial, verdana, Helvetica;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

.font {
font-family: Arial, verdana, Helvetica;
font-size: 13px;
font-weight: normal;
color: #d7eeff;
}

.beginning a {
display:block;
width: 31px;
height: 37px;
padding:0px 0px -2px 0px;
background: url("images/nav-beginning.jpg") 0 0 no-repeat;
}
.beginning a:hover { 
background-position: 0 -37px;
}

.back a {
display:block;
width: 33px;
height: 30px;
padding:0px 0px -2px 0px;
background: url("images/nav-back.jpg") 0 0 no-repeat;
}
.back a:hover { 
background-position: 0 -30px;
}

.forward a {
display:block;
width: 36px;
height: 30px;
padding:0px 0px -2px 0px;
background: url("images/nav-forward.jpg") 0 0 no-repeat;
}
.forward a:hover { 
background-position: 0 -30px;
}

.end a {
display:block;
width: 32px;
height: 36px;
padding:0px 0px -2px 0px;
background: url("images/nav-end.jpg") 0 0 no-repeat;
}
.end a:hover { 
background-position: 0 -36px;
}
