* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font-size: 10pt; 
  color: #000000;
  font-family: verdana;
  background-color: #CCCCCC;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.set6:link, a.set6:visited { 
  background-color: #EADB98;
  color: #6671A8; 
  text-decoration: none;
  font-size: 16px; 
  font-weight: bold;
  font-family: times new roman;
}

a.set6:hover { 
  color: #093479;
  background-color: #EADB98;
}

a.set1:link, a.set1:visited { 
  font-family: verdana;
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a.set1:hover { 
  color: red;
}

.kevin {
  font-family: Verdana;
  text-decoration: none;
  font-size: 10pt;
  color: #000000;
  background-color: transparent;      
}

.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;
}

a.set10:link, a.set10:visited { 
  background-color: transparent;
  color: blue; 
  text-decoration: underline;
  font-size: 14pt; 
  font-weight: bold;
}

a.set10:hover { 
  color: red;
}

a.set11:link, a.set11:visited { 
  background-color: transparent;
  color: blue; 
  text-decoration: underline;
  font-size: 12pt; 
}

a.set11:hover { 
  color: red;
}

a.set12:link, a.set12:visited { 
  background-color: transparent;
  color: blue; 
  text-decoration: underline;
  font-size: 12pt; 
  font-weight: bold;
}

a.set12:hover { 
  color: red;
}

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;
}