﻿body {
background-color: #FFFFCC;
}
h1{
font: 15px "comic sans ms";
color: #993300;
font-weight: bold;
text-align: left;
margin-left: 15px;
line-height: 15pt;
}
h2{
font: 15px "comic sans ms";
color: #993300;
font-weight: bold;
text-align: center;
line-height: 15pt;
}
h3{
font:20px "comic sans ms";
color: #993300;
font-weight: bold;
line-height: 10pt;
}
h4{
font:22px "comic sans ms";
color: #993300;
font-weight: bold;
line-height: 10pt;
}
h5 { 
font:24px "comic sans ms";
color: #993300;
text-align: center;
font-weight: bold;
line-height: 16pt;
}
h6 { 
font:26px "comic sans ms";
color: #993300;
font-weight: bold;
margin-left: 8px;
line-height: 12pt;
}
hr { 
color: #CCCCCC;
height:4px;
}
b { 
font:18px "arial";
color: #993300;
font-weight: bold;
margin-left: 4px;
line-height: 14px;
}
p {
font: 18px arial;
color: #993300;
margin-left: 15px;
margin-right: 20px;
line-height: 20px;
}
p.c {
font:18px "arial";
color: #993300;
font-weight: bold;
text-align: right;
font-weight:bold;
}
p.s {
font:12px "arial";
color: #993300;
font-weight: bold;
text-align: center;
}
p.r {
font:12px "arial";
color: #993300;
font-weight: bold;
text-align: left;
}
li {
font: 18px "arial";
color: #993300;
font-weight: bold;
}
a:hover {
font: 18px "arial";
color: #FF3300;
font-weight: bold;
}
a:visited {
font: 18px "arial";
color: #CC9933;
font-weight: bold;
}
a:link {
font: 18px "arial";
color: #006600;
font-weight: bold;
}
i {
font: 18px "arial";
font-style: italic;
font-weight:bold;
color: #993300; 
}
img.left {
	float:left;
	padding:10px 10px 10px 0px;
}
img.right {
	float:right;
	padding:10px 0px 10px 10px;
}



