html,body{
margin:0;padding:0;height:100%;
overflow-y:auto;
font-family:Helvetica,Arial,sans-serif;
background:transparent;
}

a{
color:#16697D;
text-decoration:none;
}

a:hover{
text-decoration:none;
color:#7E9D00;
border-bottom:solid #7E9D00 1px;
}


#index p{
font-size:11px;
color:#999;
text-align:center;
line-height:5px;
}

#footer{
line-height:5px;
}

#footer p{
font-size:11px;
color:#999;
text-align:right;
line-height:5px;
}

#footer p a{
color:#999;
text-decoration:none;
}

#footer p a#back-top{
color:#036594;
}

#footer p a#bas{
color:#999;
}

#footer p a:hover{
text-decoration:underline;
}