/** GuestBook Tutorial CSS **/



html
{

    background: #d0e4fe;

    color: #FFFFFF;

    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
    font-size: 16px;

}
body
{

    padding-left: 11em;
    background: #d0e4fe;

    color: #FFFFFF;

    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
    font-size: 16px;

}

h1
{
    color:black;
    text-align:center;
}
p
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:20px;
    text-align=center;
}
a
{

    color: #FFFFFF;

    text-decoration: none;

}

a:link    {color:#FF0000}  /* unvisited link */
a:visited {color:#00FF00}  /* visited link */
a:hover   {color:#FF00FF}  /* mouse over link */
a:active  {color:#0000FF}  /* selected link */

ul.navbar
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em
}
ul.navbar li
{
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black
}
ul.navbar a
{
    text-decoration: none
}

address
{
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted
}
code
{
    font-family: Courier, mono-spaced;
}

