* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font-size: 10pt; 
  font-family: verdana; 
  color: #000000;
  background-color: #999999;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.set2:link, a.set2:visited { 
  background-color: transparent;
  color: blue; 
  text-decoration: underline;
}

a.set2:hover { 
  color: red;
}

a.set1:link, a.set1:visited { 
  color: blue;
  text-decoration: underline;
}

a.set1:hover { 
  color: red;
}

.kevin {
  font-family: Verdana;
  text-decoration: none;
  font-size: 10pt;
  color: #000000;
  background-color: transparent;      
}

.copyright {
  color: #000000;
  background-color: transparent;  
  font-size: 8pt;
  font-family: verdana;
  line-height: 12pt;
}

a.set10:link, a.set10:visited {
  color: blue;
  background-color: transparent;
  font-family: verdana
  font-size: 8pt;
}

a.set10:hover {
   color: red;
}

.kevin1 {
  font-family: Verdana;
  text-decoration: none;
  font-size: 12pt;
  color: #000000;
  background-color: transparent;      
}

a.set7:link, a.set7:visited { 
  background-color: transparent;
  color: #6671A8; 
  text-decoration: none;
  font-size: 14px; 
  font-weight: bold;
  font-family: times new roman;
}

a.set7:hover { 
  color: #093479;
  background-color: transparent;
}

ol {
  list-style-type: decimal;
  padding-left: 50px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
padding: 0 1px;
text-decoration: none;
font-weight: bold;
background-color: #ffffcc;
color: #666666;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #696969;
color: #FFFFFF;
}