/* The first attempt at a stylesheet for Mom */

BODY
{
scrollbar-face-color: #8B4513;
scrollbar-shadow-color: #8B4726;
scrollbar-highlight-color: #F5F5DC;
scrollbar-3dlight-color: #FAFAD2;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #EEC591;
scrollbar-arrow-color: #F5DEB3; 

background-color: #FFF8DC;
color: #8B4726;
margin: 4em;
font-family: serif
}

DIV.center
{
text-align: center;
margin-top: 20px;
margin-bottom: 20px
}

IMG
{
border: 1px solid #000000
}

IMG.left
{
margin: 2em;
float: left
}

IMG.right
{
margin: 2em;
float:right
}

P
{
text-align: justify;
font-size: 13pt;
text-indent: 3 em;
color: #8B4726;
margin-top: 0px;
margin-bottom: 0px
}

HR
{
margin-top: 1em;
Margin-bottom: 1em
}

H1
{
font-size: 30pt;
text-align: center;
color: #B22222;
margin: 2em
}

H2
{
font-size: 22pt;
text-align: center;
color: #B22222;
margin: 2em
}

A:link
{
font-weight: bold;
font-size: 13pt;
color: #CD661D;
text-decoration: overline , underline;
margin-top: 20px;
margin-bottom: 20px
}

A:visited
{
font-weight: bold;
font-size: 13pt;
color: #CD661D;
text-decoration: overline , underline;
margin-top: 20px;
margin-bottom: 20px
}

A:hover
{
font-weight: bold;
font-size: 13pt;
color: #F5DEB3;
text-decoration: none;
background-color: #CD661D;
margin-top: 20px;
margin-bottom: 20px;
font-family: serif
}