/* CSS Document */
body {
    background-color: #FFFFCC;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:300%;
	font-weight: normal;
	letter-spacing: 20px;
	margin: 0px;
}
h2 {
	color: #FF6600;
	font-size:120%;
	border-left: 12px solid #336600;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	background-color:#CCCCCC;
	border:3px double #663300;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: normal;
	margin: 0px;
}
p {
	font-size: 90%;
	line-height: 150%;
}
contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-color: #000000;
	font-style: normal;
	text-align:center;
	border-top: dotted 2px #D93E02;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: dotted 2px #D93E02;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}
a {
	color: #663300;
	text-decoration: none;
	font-weight:bold;
}
img {
    border-style:none;
}
