

a:link {color: blue; font-weight: bold;}
a:visited {color: purple; font-weight: bold;}
a:hover {color: green; font-weight: bold;}

blockquote {font-family: "Arial", "Trebuchet MS", sans-serif; font-size: 13px;}
blockquote {font-style: italic; color: navy; font-weight: bold;}

body {background-color: silver; color: black; background-image: url(none);}

h1 {"Arial Black", "Helvetica Bold", sans-serif; font-size: 28px; color: maroon;}
h2 {"Arial Black", "Helvetica Bold", sans-serif; font-size: 23px; color: maroon;}
h3 {"Arial Black", "Helvetica Bold", sans-serif; font-size: 20px; color: maroon;}

/* reserve h4 for right aligned quotations */
h4 {"Arial Black", "Helvetica Bold", sans-serif; font-size: 17px; color: maroon;}
h4 {text-align: right;}


h5 {"Arial Black", "Helvetica Bold", sans-serif; font-size: 15px; color: maroon;}
h6 {"Arial Black", "Helvetica Bold", sans-serif; font-size: 13px; color: maroon;}

h1 {text-transform:capitalize;}
h2 {text-transform:capitalize;}
h3 {text-transform:none;}
h4 {text-transform:none;}
h5 {text-transform:none;}
h6 {text-transform:none;}

hr {width: 50%; height: 5px; color: maroon;} 

img {border-style: solid; border-color: navy; border-width: 3px;}
img {margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 10px;}

li {list-style-type: square;}

p {font-family: "Trebuchet MS", "Arial", sans-serif; font-size: 14px; color: black;}
p {line-height: 125%;}

pre {color: purple; font-weight: bold;}

/* use tables to style images and captions */

table.leftimage {float: left; margin-left: .5em}
table.rightimage {float: right; margin-right: .5em;}
td.caption {text-align: center; color: maroon; font-size: 13px; font-weight: bold;}


ul {font-family: "Trebuchet MS", "Arial", sans-serif; font-size: 14px; color: black;}


