@charset "UTF-8";
/* CSS Document */

body 
{
background-image:
url('bbwave.gif')
}


body {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
#scroll
{
     width:100%;
     overflow:scroll;
}

