/* These are the styles used in the Free Aunt Abigail web site. */

body{
    background-color:rgb(245,255,245);
    /*color:rgb(89,28,121);*/
    color:rgb(0,64,0);
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
}

p{
    font-size:0.8em;
}

h1{
    font-size:1.2em;
    text-align:center;
}

.Menubar{
    position:fixed;
    top:0px;
    left:0px;
    width:140px;
    text-align:center;
    font-size:1.0em;
    font-weight:bold;
}

.Content{
    position:absolute;
    top:16px;
    left:140px;
    width:600px;
}

a:link {color:rgb(32,128,32);}      /* unvisited link */
a:visited {color:rgb(32,128,32);}  /* visited link */
a:hover {color:rgb(0,0,96);}  /* mouse over link */
a:active {color:rgb(0,0,96);}  /* selected link */
