A { 
 color: rgb(200,250,150);
 text-decoration: none;
 font-weight: bold;
}
A:visited {
 color: rgb(200,250,150);
 text-decoration: none; 
 font-weight: normal;
}
BODY {
 color: rgb(160,230,115);
 font-family: garamond, verdana;
 font-size: 12px;
}
TD{
 vertical-align: top;
 font-size: 16px;
}
H1 {
 margin: 0px;
}
H2 {
 margin: 0px;
}
.mainMenu {
 text-decoration: none;
 color: rgb(180,250,130);
 font-size:19px;
 font-weight: bold;
}
.mainMenu:hover {
 text-decoration: none;
 color: rgb(200,255,165);
}
.mainMenu:visited {
 font-weight: bold;
}
FORM {
 margin:0px;
}
HR {
 color:rgb(120,155,95);
}
.pageLogin {
 background-color: rgb(0,30,30);
 color: rgb(0,100,0);
 border: solid 0px;
}
.pageLoginSubmit {
 background-color: rgb(0,30,30);
 color: rgb(0,100,0);
 border: solid 0px;
}
