/* Bodington Virtual Style Sheet - Author's */
/* We have this as a static file so Bodington doesn't need to be running
 * for it to be produced, unlike the bs_virtual_auto.css one. */

body
    {
color: #000000;
background-image: none;
background-repeat: repeat;
background-color: #DEE7EC;
font-family: Arial Unicode MS, sans-serif;
    }

table
    {
font-size: 100%;
    }

h1
    {
font-size: 190%;
    }

h2
    {
font-size: 150%;
    }

h3
    {
font-size: 120%;
    }

h4
    {
font-size: 100%;
    }

h5
    {
font-size: 85%;
    }

h6
    {
font-size: 75%;
    }

a:link
    {
color: #3333cc;
    }

a:visited
    {
color: #3333cc;
    }

a:active
    {
color: #333399;
    }

a:hover
    {
color: #33cc33;
    }

em
    {
color: #333399;
font-style: normal;
    }

strong
    {
color: #333399;
font-style: normal;
font-weight: bold;
    }

