a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99FFFF;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.rollover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	display: block;
	width: 200px;
	font-size: 12px;
	background-position: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.rollover ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.rollover a {
	width: 200px;
	background-color: #CCCCCC;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 3px;
}
.rollover a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.rollover a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
	background-color: #0000FF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.orange-bground {
	background-color: #FFCC00;
	font-size: 24px;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.scroller {
	border: thin solid;
	overflow: scroll;
	height: 150px;
	width: 250px;
}
.scrollbar {
	border: medium solid;
	overflow: scroll;
	height: 250px;
	width: 250px;
}

