/*
CSS for link-color-changer.
*/

p {
   font-weight: normal;
   color: black;
}

body {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   background-color: #ffffff;
   line-height: 100%;
   padding: 15px;
}

h1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: x-large;
}

h2 {
   color: blue;
   font-size: medium;
   font-weight: normal;
}

li {
   font-size: small;
}

p {
   font-size: 10;
   color: black;
}

em {
   font-style: normal;
   text-transform: uppercase;
}

#tagline p {
   font-style: italic;
   font-family: Georgia, Times, serif;
}

h1, h2, h3 {
   font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
   background-color: white;
   color: black;
}   

a {
   font-weight: normal;
}

a:link {
   color: blue;
}

a:visited {
   color: gray;
}

a:hover {
   color: white;
   background-color: navy;
}

a:active {
   color: white;
   background-color: navy;
}

.fun {
   color: #ff0020;
   font-family: Georgia, Times, serif;
   letter-spacing: 0.05em;
}




