/* Bike Tree Style Sheet */

.BODY 
{
background-image:url(clouds bkg.jpg);
}
.regular_text 
{
font-family: Arial, Helvetica, sans-serif;
}
.regular_text_modd
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.formal 
{
font-family: "Arial Rounded MT Bold";
font-size:30px;
font-weight:bold;
}
.topbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#0000ff;
}
a:active {
	text-decoration: none;
	color:#000000;
}.smaller_formal {

font-family: "Arial Rounded MT Bold";
font-size:18px;
font-weight:bold;
}
.wrapright{
	border-left-color:#FFFFFF;
	border-left-width: thin;
	}
.wrapleft{
	border-right-color:#FFFFFF;
	border-right-width: thin;
	}
