a:link
{
	text-decoration: underline;
}
a:visited
{
	color: silver;
	background-color :white;
	text-decoration: underline;
}
a:active
{
	background-color: white;
	color: red;
	text-decoration: underline;
}
body
{
	background-color: white;
	color: #000080;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-variant : normal;
	letter-spacing : 1px;
}
td, th 
{
	border: 0;	
}

h1, h2, h3, h4, h5, h6
{
	color: #000080;
	background : white;
	font-variant: small-caps;
	margin: 0%;
	border-style: none;
	letter-spacing : normal;
}
h1
{
	background-color: #0000ff;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	font-style : normal;
	padding: 4pt 2px;
	text-align: center;
	border : thin;
	border-style : solid;
	border-color: #000080;
}
h2
{
	background-color: aqua;
	border-bottom: 1px solid;
	border-color:  #000080;
	color: #000080;
	font-size: 10pt;
	font-weight : bold;
	padding: 3pt;
	text-align: left;
}
h3
{
	background-color: aqua;
	border-color: #000080;
	border-bottom: 1px solid;
	color: #000080;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding: 3pt;
	text-align: center;
}
h4
{
	background-color: aqua;
	color: #000080;
	font-size: 9pt;
	font-style: normal;
	font-weight : bold;
	font-variant : normal;
	padding: 1pt;
	text-align: center;
	border : thin;
	border-style : solid;
	border-color : #000080;
}
h5
{
	color: gray;
	background-color: white;
	border-style: none;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	padding: 2pt;
	text-align: left;
}
h6
{
	color: #000080;
	background-color: #fffaf0;
	border-bottom: 1px solid;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
img.left-floating
{
	float: left;
	border: double;
	border-color: red;
	margin: 10px;
}
p.caption
{
	font-style: italic;
}
p.colour1
{
	background-color: white;
	font-size: 90%;
	padding: 5px;
	text-align: left;
	color: gray;
}
p.colour2
{
	background-color: #afeeee;
	color: black;
	font-size: 90%;
	text-align: left;
	text-indent : 3px;
	border : thin;
	border-style : solid;
	border-color : black;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 10px;
}
p.colour3
{
	background-color: #ffffff;
	color : black;
	border: thin solid;
	font-size: 90%;
	padding: 2px;
	text-align: left;
}
p.colour4
{
	background-color: #f7f7f7;
	color: black;
	border: thin solid;
	font-size: 90%;
	padding: 2px;
	text-align: left;
}
p.column
{
	font-size: 90%;
	text-align: left;
	padding: 3px;
}
table
{
	border-collapse: collapse;
	font-size: 9pt;
	width: 800px;
}
td.label
{
	font-size: 10pt;
	text-align: left;
}
td.picture
{
	background-color: #e4be6d;
	text-align: center;
}
td.titlebar
{
	background-color: #666699;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.button
{
	background-color: red;
	border: thin, solid; 
	border-color : #ffffcc;
	color: #ffffcc;
	font-size: 9.00pt;
	font-weight: bold;
	text-align: center;
}

hr {
	background : black;
	color : black;
		height : 1px;
}

.highlight
{
	background-color: #f0f8ff;
	color: black;
	padding-bottom: 4px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 4px;
	text-align: center;
}

.text
{
	border: none;
	color: black;
	background-color : transparent;
}
.textarea
{
	background-color: white;
	border-style: ridge;
	color: black;
	text-align: left;
}
.textbox
{
	background-color: #ffffff;
	border-style: inset;
	border-width: thin;
	color: black;
	padding: 5px;
}

.nav {
	background-color: #0000ff;
	color: gray;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.nav:link {
	background-color: #0000ff;
	color: aqua;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.nav:visited {
	background-color: #0000ff;
	color: yellow;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}
.nav:hover {
	background-color: #0000ff;
	color: #99ee68;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
}

.nav:active {
	background-color: #0000ff;
	color: #ff8000;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
}

blockquote.poem {
	margin-left: 150px;
}