/* body { background-image: url('images/bkgrd3.jpg'); } */
body { background-color: #ffc; }
/* Page Layout */
#main { margin: 0px 50px 50px 200px; padding: 10px; }
#menu { position: absolute; top: 150px; left: 20px; width: 172px; background-color:#fff; border: thin single #6b5acd; padding: 10px; }
#box { background-color:#fff; padding: 10px; border: thick double #6b5acd; }
#blog { background-color:#cdcdcd; padding: 15px; width: 550px; margin: 25px; }
/* Text Properties */
p, td, th { font-family: arial,helvetica,sans-serif; font-size: 14px; }
h1 { font-family: arial,helvetica,sans-serif; font-size: 22px; color: blue; }
h2 { font-family: arial,helvetica,sans-serif; font-size: 18px; }
.small { font-family: arial,helvetica,sans-serif; font-size: 10px; }
/* Hyperlink Rollover Effects */
A:hover { text-decoration: none; color:red; font-weight: bold; }
A:visited { text-decoration: none; font-weight: bold; }
A:link { text-decoration: none; font-weight: bold; }