#content {width: 974px;
margin-left: auto;
margin-right: auto; }


a:link {color: #330099; text-decoration: none;}
a:visited {color: #330099; text-decoration: none;}
a:hover {color: #330099; text-decoration: underline;}
a:active {color: #330099 ; text-decoration: underline;}

/** hr styling: IE uses color, FF uses background-color (and border) **/
hr {
    height: 1px;
    color: #E6E6E6;
    border: 0;
    margin: .5em 0;
}
html>body hr { background-color: #E6E6E6 }

