 body {
 font: 12px arial;
 font-family: arial, sans, sans-serif;
 color: #663300;
 background-color: white
 }
 hr {
 height: 1px;
 width: 100%
 }
 form {
 display: inline
 }
 a:link {
 color: #663333;
 }
 a:visited {
 color: #330066;
 }
 a:hover {
 color: #669933;
 }
 a:active {
 color: #330066;
 }
 p.post {
 margin-left: 7px;
 margin-right: 7px;
 margin-bottom: 7px;
 }
 p.date {
 width: 300px;
 font: 20px arial;
 border-style: none;
 margin-left: 7px;
 /*border-width: thin;
 border-color: black;*/
 background-image: url(images/blank.png);
 }
 .buttons {
 border-style: none;
 }
 .news {
 margin: 25px;
 /*font-variant: small-caps;*/
 border-style: dotted;
 border-width: thin;
 border-color: #ECD9C6;
 min-width: 300px;
 }
 hr.heading {
 width: 26%;
 height: 1px;
 position: absolute;
 left: 1px
 }
 .navigate {
 background-image:url(images/blank2.png);
 background-repeat:repeat;
 vertical-align:top;
 width:198px;
 }
 .quote {
 color: #CC6633;
 font-weight: bold;
 }
 .center {
 text-align: center
 }
 .left {
 text-align: left
 }
 .right {
 text-align: right
 }
 .xxsmall {
 font-size: xx-small
 }
 .xsmall {
 font-size: x-small
 }
 .small {
 font-size: small
 }
 .large {
 font-size: large
 }
 .xlarge {
 font-size: x-large
 }
 .xxlarge {
 font-size: xx-large
 }
 .table {
 border-style: none;
 background-color: black
 } 