
/* The first attempt at a stylesheet for Mom */

BODY
{
scrollbar-face-color: #808000;
scrollbar-shadow-color: #8B4726;
scrollbar-highlight-color: #F0FFF0;
scrollbar-3dlight-color: #F5DEB3;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #EEC591;
scrollbar-arrow-color: #F5DEB3; 

background-color: #F1FFF0;
color: #F1FFF0;
margin: 4em;
font-family: serif
}

DIV.center
{
text-align: center;
margin-top: 10px;
margin-bottom: 10px
}

DIV.left
{
text-align: left;
margin-top: 10px;
margin-bottom: 10px
}

DIV.right
{
text-align: right;
margin-top: 10px;
margin-bottom: 10px
}


DIV.left
{
text-align: left;
margin-top: 10px;
margin-bottom: 20px
}


IMG
{
border: 0px
}

IMG.left
{
margin: 2em;
float: left
}

IMG.right
{
margin: 2em;
float: right
}

IMG.thumbspace
{
margin-left: 0em;
margin-right: 0em;
}



P
{
text-align: justify;
font-size: 14pt;
text-indent: 3 em;
color: #2F4F4F;
margin-top: 0px;
margin-bottom: 0px
margin-left: 3em;
margin-right: 3em
}

HR
{
margin-top: 1em;
Margin-bottom: 1em
}

H1
{
font-size: 30pt;
text-align: center;
color: #800000;
margin: 2em;
font-family: Buffied
}

H2
{
font-size: 18pt;
text-align: center;
color: #6B8E23;
margin: 1em
}

H3
{
font-size: 16pt;
text-align: center;
color: #882500;
margin: 1em
}

H4
{
font-size: 13pt;
text-align: center;
color: #8B4726;
margin: 1em
}

H5
{
font-size: 11pt;
text-align: center;
color: #556B2F;
margin: 1em
}



A:link
{
font-weight: bold;
font-size: 15pt;
color: #556B2F;
text-decoration: overline , underline;
margin-top: 20px;
margin-bottom: 20px
}

A:visited
{
font-weight: bold;
font-size: 15pt;
color: #FF6347;
text-decoration: overline , underline;
margin-top: 20px;
margin-bottom: 20px
}

A:hover
{
font-weight: bold;
font-size: 15pt;
color: #F5DEB3;
text-decoration: none;
background-color: #B8860B;
margin-top: 20px;
margin-bottom: 20px;
font-family: serif
}



