a:link {
	color: #0000FF;
}

a:visited {
	color: #800080;
}

.MenuClass {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: blue;
    padding-left: 5px;
    padding-right: 5px;
}

a.MenuClass:hover {
        text-decoration: none;
        color: blue;
        background: yellow;
        padding-left: 5px;
        padding-right: 5px;
    
        }
        
a.MenuClass:visited {
	color: #800080;
    padding-left: 5px;
    padding-right: 5px;      
}

body {
	background-color : #F0F09B;
	background-position : left;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3,  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: #000000;
}

h1 {
	font-size: 15px;
    font-weight:bold;
    text-decoration: underline;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
}


.input{
	font-size: 6px;
	border-style: solid;
	border-width: 0px;
}

