<!--

body {
	background: #cfffff;
}

td {
	font-size: 12px;
	font-family: verdana, tahoma, arial, helvetica, sans serif;
	color: black;
}

a {
	//color: #9999ff;
	color: #0000cc;
	text-decoration: none;
}

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

a:visited {
	color: purple;
//	font-style: oblique, italics;
}

a.guide {
	color: yellow;
}

a.guide:visited {
	color: yellow;
}

h1 {
	font-weight: bold;
	text-align: center;
	color: #000099;
	margin-bottom: 5px;
	font-size: 30px;
	margin-top: 3px;
}


h2 {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: 26px;
}

h3 {
	font-size: 16px;
	color: black;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 3px;
}

h4 {
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 15px;
	margin-bottom: 10px;
}

//-->

