﻿# CSS file for your own CSS
(move inline styles later)

html, body, div, span {margin: 0px; background-color: #CCCCCC; padding: 0px; border: 0px; outline: 0px; font-size: 100%;}

a {text-decoration: underline; color: #0044BB; font-weight: bold;}
a:visited {text-decoration: underline; color: #0044BB; font-weight: bold;}
a:hover {color: #C60040;}

p {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;}


ul li {font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;}

ol li {font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;}

.center {text-align: center;}
.font90 {font-size: 90%;}
.font90norm {font-size: 90%; font-weight: normal;}

.highlight1 {background-color:#FF9900; padding: 3px 0 3px 0; text-align:center;}
.highlight2 {background-color: #FFFF66;}

.image1 {margin: 5px 10px 5px 10px; float:right;}
.underline {text-decoration: underline;}

h1, h2, h3, h4, h5 {font-family: Arial, Helvetica, sans-serif; font-weight:bold;}

h1 {font-size: 2.0em; color: green;}
h2 {font-size: 1.5em; color: green;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.3em; text-align: center;}

hr {height: 1px; width: 100%; background-color: #FF9900;}



.indent1 {margin-left: 20px;}

h5 {font-size: 1.3em; background-color:#FF9900; padding: 3px 0 3px 0; text-align:center;}

