u {
	text-decoration : underline;
}

p {
	text-indent : 2em;
}

BODY, TD {
	color: Black;
	background-color: #FFDE7C;
	font-family: Helv, Roman, serif;
		text-align: left;
		font-size : 16px;
}

img {
	border : 3px;
	border-bottom : 3px solid #cc3300;
	border-left : 3px solid #cc3300;
	border-right : 3px solid #cc3300;
	border-top : 3px solid #cc3300;
	color : #cc3300;
}

img.noborder {
	border : 0px none;
}

h1 {
	color : Green;
	background : transparent;
}

h2 {
	color : Green;
	background : transparent;
}

h3 {
	color : Blue;
	background : transparent;
}

a {
	color: Blue;
	text-decoration: none;
	font-weight : bold;
	background-color : transparent;
}

a:link {
	color: Blue;
	text-decoration: none;
	font-weight : bold;
	background-color : transparent;
}

a:visited {
	color: Purple;
	text-decoration: none;
	font-weight : bold;
	background-color : transparent;
}

a:active {
	color: Blue;
	text-decoration: none;
	font-weight : bold;
	background-color : transparent;
}

a:focus {
	color: Blue;
	text-decoration: underline;
	font-weight : bold;
	background-color : transparent;
}

a:hover {
	color: Blue;
	text-decoration: underline;
	font-weight : bold;
	background-color : transparent;
}