﻿/*
CSS for Bubble Under site
*/

#tagline p 
  { 
   font-style:italic; font-family: Georgia, Times, serif; 
  }

body 
  {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   background-color: #e2edff;
   line-height: 125%;
   padding: 15px;
  }



li
  {
   font-size: small;
  }




p
 {
  font-size: small;
  color: navy;
 }

em 
 {
  text-transform: uppercase;
 }

h1, h2, h3 
    { 
      font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; background-color: navy; color:white; 
    }

a 
 {
  font-weight: bold;
  color: black;
 }


a 
 {
  font-weight: bold;
 }

a:link 
 {
  color: black;
 }

a:visited 
 {
  color: gray;
 }

a:hover 
 {
 text-decoration: none;
 color: white;
 background-color: navy;
 }

a:active 
 {
  color: Red;
  background-color: navy;
 }

.fun 
 {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
 }

blockquote.fun 
 {
  font-style: italic;
 }

.fun p
 {
  color: green;
 }