a{
color:#2F4F7B;
text-decoration:underline;
font-family: arial; 
font-weight: bold;
font-size: 14px;
}

a:hover{
color:#81A7CF;
text-decoration:underline;
font-family: arial; 
font-size: 14px;
}

a.menu{
display : block;
width : 200px;
height : 20px;
background-color : #2F4F7B;
color:#ffffff;
text-decoration:none;
font-family: arial; 
font-size: 13px;
font-weight: bold;
border:1px black solid;
}

a.menu:hover{
width : 200px;
height : 20px;
background-color : #81A7CF;
color:#000000;
text-decoration:none;
font-family: arial;
font-size: 13px;
font-weight: bold;
border:1px black solid;
}

a.logout{
display : block;
width : 200px;
height : 20px;
background-color : #FF0000;
color:#ffffff;
text-decoration:none;
font-family: arial; 
font-size: 13px;
font-weight: bold;
border:1px black solid;
}

a.logout:hover{
width : 200px;
height : 20px;
background-color : #FF0000;
color:#000000;
text-decoration:none;
font-family: arial;
font-size: 13px;
font-weight: bold;
border:1px black solid;
}

p { font-family: arial ; font-size:11pt ; color: #000000 ;  }

h1 { font-family: arial ; font-size:15pt ; color: #2F4F7B ;  }
h2 { font-family: arial ; font-size:13pt ; color: #2F4F7B ;  }

table.big { border:8px #2F4F7B solid;  }

