body { background-color: #6699cc; color: black; font-family: Arial, sans-serif; font-size: 10pt }

.main { margin-left: 5% }
.navy { color: navy }
.maroon { color: maroon }
.red { color: red }
.black { color: black }
.blank { color: #333333 }
.blue { color: blue }
.green { color: green }
.white { color: white }
.smaller { font-size: smaller }
.larger { font-size: larger }
.fancy { font-family: cursive; font-style: italic }
.roman { font-family: "Times New Roman", serif }
.sans { font-family: Arial, sans-serif }

a { text-decoration: none; color: navy; }
a:active { color: green }
a:hover { color: white }

hr { width: 90% }

table { font-size: 10pt }
table.layout { font-size: 10pt }
