﻿#box_top 
{
background:white;
height: 30px;
position:absolute;
width: 100%;
font-family: arial, helvetica, sans-serif;
text-align: right;
margin-top:3px;
border-bottom:1px solid #ccccff;

}


a.topBar
{
	
 background:#white;
 color:blue;
 font-size:1em;
 font-weight:bold;
 text-decoration: none;
 margin-right:5px;
 margin-left:5px;
 
}
a.topBar:hover
{
 color:Brown;
 font-weight:bold;
 
}
#button_top 
{
font-family: arial, helvetica, sans-serif;
color:blue;
background-color:white;

}