h1
{
    text-align:center;
    color:red;
    font-size:20pt;
}

body
{
    font-size:100%;
    background-color:white;
    background-image:url("../images/gradient1.jpg");
}

#container
{
    font-family:"Palatino";
    width:750px;                    /* 1. adjust size of page */
    float:center;
    margin-left:auto;
    margin-right:auto;
}

li.li_class
{
    font-weight:bold;
}

span.entry {background-color:RGB(255,242,103);}

/* style for links */
a:link {text-decoration:none;color:green;}
a:visited {color:blue;}
a:hover {text-decoration:underline;color:blue;}
a:active {color:blue;}

p {font-size:11pt;margin-left:15px;}
hr {color:navy;}

