/*
CSS for Must See sites
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  line-height: 100%;
  font-size: 10pt;
  padding: 0px;
}

p {
  font-size: 10pt;
  color: black;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
}

h1 {
  color: #000080;
  font-size: 16pt;
  font-weight: bold;
}

li {
  font-size: 8pt;
}

h2 {
  color: #000080;
  font-size: 14pt;
  font-weight: bold;
}

em {
  text-transform: uppercase;
}

a {   
  font-weight: 10pt; 
}

a:link {
  color: blue;
}

a:visited {
  color: purple;
}

a:hover {
  text-decoration: none;
  color: red;
}

a:active {
  color: blue;
}