

a { text-decoration: none;
}
a:hover { color: red;
background-color: #33FF33; 
text-decoration: none;
}
.page
{
width: 942px;
min-height : 1200px;
height: auto;
margin-right: auto;
margin-left: auto;
border-width:16px;
border-color:rgb(36,158,156);
border-style:solid;
background-color: rgb(252,254,204);
}



.note
{

margin-top:-285px;
width: 410px;
height: 260px;
margin-right: auto;
margin-left: 450px;
background-color: transparent;
overflow: no;
}



li
{
list-style-type:none;
}

#menu .sec
{display: none;
list-style-type: none;}

#menu li:hover > .sec
{display: block;
margin-top:-28px;
margin-left :138px;
width: auto;
Height: auto;
background-color: rgb(252,210,44);
font-weight: bold;
font-size:16px;
padding-right:40px;
}

