﻿.headstyl
{
    background-color:MidnightBlue;
    font-family:Verdana;
    font-size:14px;
    height:25px;
    color:White;
}

.rowstyl
{
	text-align:left;
	color:black;
    background-color:lightblue;
    font-family:Verdana;
    font-size:12px;
    height:25px;
   
}
.rowstylYellow
{
	text-align:left;
	color:black;
    background-color:Yellow;
    font-family:Verdana;
    font-size:12px;
    height:25px;
   
}
.rowstylYellow:hover {background-color:#FFE4C4;} 
.rowstyl:hover {background-color:#FFE4C4;} 


.menu1
{
	font-family:Verdana;
	font-weight:bold;
    color:black;
	text-decoration:none;

}
