body
{background-color: #ffffff;
font-family: "Comic Sans MS", Arial, Courier, sans-serif;
font-size: 1em}

/* if you don't like Comic Sans you can change it the only time you need the qoutes is when the font name is more than one word other wise insert the real name of the font as Arial is insertted just plain */

/* This is the perfernce for the border on the photos */

img.photo
{border: #996600 thick double}

p
{font-family: "Comic Sans MS", Arial, Courier, sans-serif;
margin-left: 5%;
text-align: left;
text-indent: 3%}

p.sig
{text-align: center;
text-indent: 0em}

/* p sip is for the links on the bottom of the page */

h1
{font-family: "Comic Sans MS", Arial, Courier, sans-serif;
font-size: 1.9em;
font-weight: bold;
color: #000000;
text-align: center}

/* to change text color in any of these settings just change the  digets like you would in html just don't add or remove any thing and that includes spaces and line breaks */

h2
{font-family: "Comic Sans MS", Arial, Courier, sans-serif;
font-size: 1.7em;
font-weight: bold;
margin-left: 2%}

h3
{font-family: "Comic Sans MS", Arial, Courier, sans-serif;
font-size: 1.5em;
font-weight: bold;
margin-left: 2%}

h4
{font-family: "Comic Sans MS", Arial, Courier, sans-serif;
font-size: 1.4em;
font-weight: bold;
margin-left: 2%}

h5
{font-family: "Comic Sans MS", Arial, Courier, sans-serif;
font-size: 1.2em;
font-weight: bold;
margin-left: 2%}

em
{font-style: normal;
font-weight: bold;
text-indent: 20%}

h2, h3, h4, h5
{color: #996600}

/* some of these link perferences are not recognized by netscape */

a:link
{color: #004080;
text-decoration: none}

a:visited
{color: #800000;
text-decoration: none}

a:hover
{color: #0080ff;
text-decoration: none}

a:active
{color: #ff80ff;
text-decoration: none}

/* all links leading out of your site are labled offsite links they have thier own color and will open in a new window except the link to muskrats web at the bottom of the page  */

a.offsite:link
{color: #008000;
text-decoration: none}

a.offsite:visited
{color: #804040;
text-decoration: none}

a.offsite:hover
{color: #800080;
text-decoration: none}

a.offsite:active
{color: #ff0080;
text-decoration: none}