.bottom{
     font-family:Verdana;
		 color:white;
		 font-size:12px;
		 }
		 
a.bottom:link {
     color: white;
		 text-decoration: none;
     }

a.bottom:visited {
     color: white;
		 text-decoration: none;
     }

a.bottom:hover {
     color: white;
		 text-decoration: underline;
     }

a.bottom:active {
     color: white;
		 text-decoration: none;
     }
		 
a.bottom:link {
     color: white;
		 text-decoration: none;
     }
		 
.lightgrey{
 color: #979191;
 font-size: 80%;
}
a.lightgrey:link {
     color: #979191;
     }
		 
a.lightgrey:visited {
     color: #979191;
     }

a.lightgrey:hover {
     color: #979191;
     }

a.lightgrey:active {
     color: #979191;
     }
.main_background {background-color: white;}

form {
 padding: 0px;
 margin: 0px;
}


