<style>
	FRAME {
		margin: 0px;
	}

	BODY {
		background-color:olive;
     		padding:10px;
	}

	P,  DIV, TH, TD {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}

	ol, li { 
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:regular;
	}

	ol li h2 { 
       font-family:Arial, Helvetica, sans-serif;
       font-size:14px;
       font-weight:bold;
	}

	ol li p { 
       font-family:Arial, Helvetica, sans-serif;
       font-size:14px;
       font-weight:regular;
	}

	A:link {text-decoration: none; color: black}
	A:visited {text-decoration: none; color: black}
	A:active {text-decoration: none; color: black}
	A:hover {text-decoration: none; font-weight:bold; color: black}

	A img {border:none;}

	DIV.title {
		width: 100%;
		font-size:18px;
		font-weight:bold;
		text-align: center;
		color: #FFFFFF;
		background-color:#56698F;
		padding: 10px;
	}
# style="background:#6666CC url(/path/to/image) repeat-x center center;"
	TABLE.contact {
		width: 40%;
		align: center;
		spacing: 50px;
	}
	TABLE.contact TD {
		align: center;
		border: 0px solid #555555;
	}
	TABLE.text {
		border: 1px solid #555555;
		align: center;
		width: 80%;
	}
</style>
