.font{
 font-size: 14px;
 color: white;
 padding: 0px;
}

h2{
 color:white;
 margin: 20px 0px 0px 20px; 
}
h1{
 margin: 0px 0px -10px 0px; 
 font-weight:normal;
 font-size: 16pt;
 color:white;
} 

.main{
 border: 1px solid #999999;
 text-align: left;
 margin: 20px;
 padding: 10px;
 color: #ffffff;
 background-color: black;
 width: 500px;
 height: 575px;
}

.sub{
 border: 1px solid #999999;
 text-align: left;
 color: #ffffff;
 margin: 10px;
 padding: 0px;
 height: 120px;
 width: 150px;
}
.menu{
 display: block;
 width: 100%;
 height: 100%;
 padding-top: 10px;
 color: white;
}
.noborder{
 border: 0px;
 margin: 0px;
 padding: 0px;
 height:120px;
}
th{
 font-size: 13px;
 height: 30px;
 text-align: left;
}

.link{
 border-collapse: collapse;
 border-color: #999999;
 color: white;
 font-size: 14px;
 margin: 20px;
 width: 400px;
}

textarea{
 font-size: 10px;
 background-color: black;
 color: white;
 boder: 1px solid #999999;
 width: 150px;
 height: 65px;
}

img{
 border-width: 0px;
}

a.lnk{
 display: block;
 width: 100%;
 height: 100%;
 padding-top: 10px;
 text-decoration: none;
 color: #ffffff;
}
a.lnk:active  {
 text-decoration: none; 
 color: #ffffff;
 background-color: #e0e0e0;
}
a.lnk:visited {
  text-decoration:none;
  color: #ffffff;
}
a.lnk:hover {
  text-decoration: none;
  color: #333333;
  background-color: #c0c0c0;
}