body {
	background-color:#FFCC99;
	font-family:"Cordia New";
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

h1 {
	font-family:"Cordia New";
	font-size:36px;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-family:"Cordia New";
	font-size:36px;
	font-weight:bold;
	margin:0px;
}

h3 {
	font-family:"Cordia New";
	font-size:20px;
	font-weight:normal;
	text-decoration:underline;
	margin:0px;
}

a:link {
	text-decoration: none;
	color: blue;
}
	
a:visited {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: underline;
	color: red;
}

table {
	width:750px;
	margin:0px auto 0px auto;
}

td {
	vertical-align:top;
	text-align:left;
}

img {
	margin:15px;
	border:2px #CC6600 solid;
}

#ads {
	width:200px;
	text-align:center;
}

