﻿#menutable
{
    margin-left: 15px;
}
.menuitem
{
    border: solid 3px #FFFFFF;
    font-size: 13pt;
    font-weight: bold;
    width: 125px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
.menuitem a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.menuitem a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
.menuitem a:focus
{
	color :#FFFFFF;
}
.menuitem a:hover 
{
	color :#FFFFFF;
}
.headerline
{
    height: 50px;
}
