/* stylesheet.css *//* This is the stylesheet for all pages in medieval-novels.com *//* Following are page-wide elements */body {font-size: 3;}h1 { color: #FFCC66; font-style: bold; font: felix titling;}hr { color: black; }/* Following is header and footer  *//* Page header footer style */#header{     height: 60px;   width: 100%;     background-color: #FFCC66;      border-bottom: thin solid #FFCC66;}/* Page footer style */#footer{     height: 30px;     width: 100%;     background-color: #ffe4e1;     border-top: thin solid #ff1493;}/* Following is column layout  *//* Following is for tables copied from linkbuilder */table.bl {  text-align: left;    border: 1px solid lime;     border-color:#FFCC66;}table.bl td { vertical-align: top }