body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #336699;
	margin: 0;
	padding: 0;
}

/* By the way, this is a comment */

p {
	line-height: 1.5em;
	font-size: 12px;
	text-align: left;
}

p.style2 {
	color: #999999;
	background-color: none;
	font-size: 9px;
	margin: 0;
	margin-bottom: none;
	padding: none;
	font-style: none;
	text-align: center;
	letter-spacing: 0;
	border-bottom-style: none;
	border-bottom-width: none;
	border-bottom-color: none;
}

p.style3 {
	color: #000000;
	background-color: none;
	font-size: 12px;
	margin: 0;
	margin-bottom: none;
	padding: none;
	font-style: none;
	text-align: center;
	letter-spacing: 0;
	border-bottom-style: none;
	border-bottom-width: none;
	border-bottom-color: none;
}




h1 {
	color: #ffffff;
	background-color: #336699;
	font-size: 14px;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: none;
	text-align: left;
	letter-spacing: 0;
	border-bottom-style: none;
	border-bottom-width: none;
	border-bottom-color: none;
}

h2 {
	color: #999999;
	background-color: none;
	font-size: 9px;
	margin: 0;
	margin-bottom: none;
	padding: none;
	font-style: none;
	text-align: center;
	letter-spacing: 0;
	border-bottom-style: none;
	border-bottom-width: none;
	border-bottom-color: none;
}

h3 {
	color: #ffffff;
	font-size: 9px;
}

img {
	border-style: none;
	border-width: 0px;
	border-color: none;
}


strong {
	font-style: italic;
	text-transform: uppercase;
}

a {	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: none;
}

a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-style: none;
}

a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #ff6600;
	font-style: none;
}

a:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #ff6600;
	font-style: none;
}


a.style2 {	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-style: none;
}

a.style2:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
	font-style: none;
}

a.style2:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #999999;
	font-style: none;
}

a.style2:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #999999;
	font-style: none;
}


table {
	background-color: none;
}

ul {
	list-style:square inside
	color: black;
	background-color: none;
	font-size: 12px;
	margin: 0.5em;
	padding: 0.5em;
	padding-left: 0.75em;
	text-align: left;
	letter-spacing: 0em;
}