.menu {
color: rgb(0,0,0);
text-decoration: none;
}

.menu:hover {
color: rgb(0,0,0);
text-decoration: underline;
}

.menutop1 {
color: rgb(255,255,255);
text-decoration: none;
}

.menutop1:hover {
color: rgb(255,255,0);
text-decoration: none;
}

.menutop2 {
color: rgb(255,255,255);
text-decoration: none;
}

.menutop2:hover {
color: rgb(0,255,0);
text-decoration: none;
}

A {
color: rgb(0,0,0);
text-decoration: none;
}

A:hover {
color: rgb(255,0,0);
text-decoration: none;
}

.email {
color: rgb(100,0,200);
text-decoration: none;
}

.email:hover {
color: rgb(50,10,255);
text-decoration: underline;
}

.button {
border-bottom: 0, black; 
border-top: 0, black; 
border-left: 0, black; 
border-right: 0, black;
border-style: solid; 
width: 60; 
height: 23; 
font-face: Verdana;
font-size: 10pt; 
background-color: #22ff22;
}

.delbutton {
border-bottom: 0, black; 
border-top: 0, black; 
border-left: 0, black; 
border-right: 0, black;
border-style: solid; 
width: 120; 
height: 23; 
font-face: Verdana;
font-size: 10pt; 
background-color: #f3f3f3;
}

BODY  {
margin:0;
scrollbar-face-color: black; 
scrollbar-shadow-color:	black; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: black; 
scrollbar-darkshadow-color: #22ff22; 
scrollbar-track-color: #22ff22; 
scrollbar-arrow-color: white
}

.button2 {
border-bottom: 1, #000000; 
border-top: 1, #000000; 
border-left: 1, #000000; 
border-right: 1, #000000;
border-style: solid; 
width: 40; 
height: 23; 
font-face: Verdana;
font-size: 10px; 
background-color: #eeeeee;
}


