/* coreyhouse.css */


body {background-color: #FFF7DB; }

a:link {color: maroon; text-decoration: none}     /* unvisited link */
a:visited {color: maroon; text-decoration: none}  /* visited link */
a:hover {color: maroon; text-decoration: none; font-weight: bold;}   /* mouse over link */


table {width: 750px; border: 0px; }
table.line { width: 575px; }
table.content { width: 700px; }
td {background-color: #FFF7DB; }
td.hrline { width 250px; }
td.flower { width 275px; }
td.words { width: 350px; }

h1 { font-size: 110%; color: maroon; font-family: Times New Roman, Times, serif; }

p { font-family: Times New Roman, Times, serif; color: black;}
.small { font-size: 80%; }

hr { width: 250px; color: maroon; }

address { font-family: Arial, Verdana, sans-serif; font-size: 80%; }
.main { margin: 10px; font-weight: bold; }




