/* HTML TAGS */
h1 {font-size: 1.2em; font-weight: bold; color: #578E95; margin: 25px 0 7px; text-align: left;}
h1.events {color: #CC6666; letter-spacing: 0.2em;}
h2 {font-size: 1.1em; font-weight: bold; font-style: italic; margin: 20px 0 5px;}
.top {margin-top: 0px;}

ul {margin-top: 5px; margin-bottom: 0;}
li {list-style-type: disc;	margin-bottom: 5px;	text-align: left;}
li.decimal {list-style-type: decimal; color: #578E95;}

a {color:  #578E95;	text-decoration: underline;}
a:hover {color: #CA6976;text-decoration: none;}

/* IMAGES */
img.left {float: left;	padding: 0 15px 5px 0; border: 0;}
img.right {float: right; padding: 0 0 5px 15px;	border: 0;}

/* EXTRAS */
.indent {padding-left: 20px; text-align: left;}
p.indent {margin: 0px 0 10px 10px;}

/* hyperinks on LINKS page */
.links {text-align: left;}
.links a {font-weight: bold; color: #578E95; text-decoration: underline;}
.links a:hover {color: #CA6976;	text-decoration: none;