/*
CSS for Bubble Under site
*/

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #e2edff;
    line-height: 125%;
    padding: 15px;
}

h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: x-large;
}

#tagline p {
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

li {
    font-size: small;
}

h2 {
    color: blue;
    font-size: medium;
    font-weight: normal;
}

p {
    font-size: small;
    color: navy;
}

em {
    text-transform: uppercase;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: navy;
    color: white;
}

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: aqua;
    background-color: navy;
}

.fun {
    color: #339999;
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 0.05em;
}