		body {
			font-family: "Arial";
			font-size: 12px;
			background-color: white;
			margin: 0;
			padding: 0px;
		}
		table.ad {
			border-width: 1px 1px 1px 1px;
			border-spacing: 1px;
			border-style: solid solid solid solid;
			border-color: black black black black;
			background-color: white;
		}
		#header {
			font-family: "Arial";
			font-size: 24px;
			font-weight: bold;
			text-align: left;
			color: red;
			background-color: white;
		}
		#content {
			margin-left: 15px;
			margin-bottom: 10px;
			font-family: "Arial";
			font-size: 18px;
			font-weight: normal;
			text-align: left;
			color: black;
			background-color: white;
		}
		#webaddress {
			font-family: "Arial";
			font-size: 24px;
			font-weight: normal;
			color: black;
			text-align: center;
			background-color: white;
		}
		#webaddress a {
			text-decoration: none;
			color: black;
		}
		#CoName {
			font-weight: bold;
			color: red;
		}
		