.menu  {
        
        background-color:#3399CC;
        border:1px solid black;
        width:150;
		height:30;
        font-size:10px; 
        font-family:verdana;
        text-decoration:bold;
        position:relative;
        cursor:hand;
       }
.menu1 {
        
        background-color:#6699CC;
		width:40;
		height:20;
        font-size:10px; 
        font-family:verdana;
        text-decoration:bold;
        position:relative;
        cursor:hand;
       }

.item a {
        text-decoration:bold;
        color:black;
        cursor:hand;
       }
.item  {
text-decoration:bold;
		position:relative;
        background-color:lightblue;

        width:150;
		height:15;
        font-size:10px;
        font-family:verdana;
		cursor:hand;
       }

input,textarea
{
TEXT-DECORATION: none;
color:black;
background-color: lightblue;
border: 1px solid black;
}   

.h1{
font-size:12px;
font-weight:700;
color : black;
text-decoration:bold;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


A {
    TEXT-DECORATION: bold;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
A.visited {
    TEXT-DECORATION: bold;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
A:HOVER {
    TEXT-DECORATION: bold;
	color : red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.box {
	width: 130px;
	border: 1px solid black;
	background: white;
	font-size : 10px;
}
.zero {
	width: 1px;
	height: 1px;
	overflow: no;
}


