BODY {
	background-color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

A:LINK {
	color: #000000;
	background-color: transparent;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
}

A:VISITED {
	color: Gray;
	background-color: transparent;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
}

A:HOVER {
	background-color: transparent;
	color: #000000;
	font-size: 15px;
	font-weight: 100;
	text-decoration: underline;
}

A:active {
	background-color: transparent;
	color: Black;
	font-size: 15px;
	font-weight: 100;
	text-decoration: underline;
}

H1 {
	color : #993300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;

}

H2 {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
}

H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}

p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

div.rand {
	background-color: #F0F8FF;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #0020FF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0020FF;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #0020FF;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #0020FF;
	padding: 1em;
}
