<  .hugetext{font-family: Tahoma;font-size: 80px;color: #FF0000;font-weight: 700;}
  .bigtext{font-family: Tahoma;font-size: x-large;color: #000000;font-weight: 700;}
  .midtext{font-family: Tahoma;font-size: large;color: #000000;font-weight: 600;}
  .regtext{font-family: Tahoma;font-size: medium;font-weight: 500;}
  .linktext{font-family: Tahoma;font-size: medium;color: #0000ff;font-weight: 600;text-decoration: none;}
  .smlink{font-family: Tahoma;font-size: small;color: #0000ff;font-weight: 400;}
dl, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 153;
left: 301;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #ffffff;
}
#menu li a, {
color: #800040;
font-weight: 700;
font-family: Arial;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #D7D7D7;
}
  body{margin-left: 20px; margin-top: 20px;}
  
