body {
	background-image: url('father_bg.jpg');
	font-family:"Cordia New";
	font-size:20px;
	font-weight:normal;
	color:#185000;
	text-align:center;
}

h1 {
	font-family:"Angsana New";
	font-size:36px;
	font-weight:normal;
	color:#185000;
	margin:0px;
	text-align:left;
}

h2 {
	font-family:"Angsana New";
	color:#0059B3;
	font-size:24px;
	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:100%;
}

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

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


