body {
 margin: 0;
 margin-bottom: 0;
 margin-left: 0;
 margin-right: 0;
 margin-top: 0; 
 font-weight: normal;
 }

Font {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 font-weight: normal; 
 }

.link {
 border: 1px solid #000000; 
 }

.header {
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
 font-weight: bold;
}
 
a:link {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 text-decoration: underline;
 font-weight: normal;  
}

a:visited {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 text-decoration: underline;
 font-weight: normal;  
}

a:hover {
 font-family: Verdana;
 Font-size: 10px;
 color: #d4d4d4;
 text-decoration: underline;
 font-weight: normal; 
}

a:active {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 text-decoration: none;
 font-weight: normal; 
}

a:link.no_underline {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 text-decoration: none;
 font-weight: normal;  
}

a:visited.no_underline {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 text-decoration: none;
 font-weight: normal;  
}

a:hover.no_underline {
 font-family: Verdana;
 Font-size: 10px;
 color: #d4d4d4;
 text-decoration: none;
 font-weight: normal; 
}

a:active.no_underline {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 text-decoration: none;
 font-weight: normal; 
}

hr {
 color: d4d4d4;
 width: 400px;
}

input, textarea {
 font-family: Verdana;
 Font-size: 10px;
 color: #000000;
 font-weight: normal; 
 background-color: #C4C4C4;
 border: 1px solid #000000;
}