/* CSS Document */ body { background: #E4DCC6; } h1 { color:maroon; font-size:20px; font-family: sans-serif; } h2 { color:maroon; font-size: 18px; font-family: sans-serif; } h3 { color:maroon; font-size: 16px; font-family: sans-serif; } hr { color:#666666; margin-left: 15px; } p { font-size:12px; font-family: sans-serif; margin-left: 15px; } ul, ol { font-family: sans-serif; font-size: 11px; } a:link {color:maroon;} a:visited {color:#666666;} a:active {color:white;} a:hover {color:red;}