a:link { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:hover { color: #008b8b; text-decoration: underline }		/* darkcyan */
a:active { color: #008b8b; text-decoration: underline }		/* darkcyan */



body {
	background-image: url(Background08.jpg); 
	background-color: rgb(239,240,226);
	color: black;
	font-family: Comic Sans MS, Verdana, Helvetica, sans-serif, Times New Roman, Times;
	font-weight: 400;
}


p.TopLogo{ text-align: center }

p.BottomLogo{ text-align: center }

img.BottomLogo{ border-width: 0 }


h4.Contents{ text-align: left }

div.Contents{
	margin-left: 3%;
	text-align: left;
}

h2.About, h3.About { text-align: center }

p.About{
 	margin-left:12%;
	margin-right:10%;
	text-align:left;
}