body
{
  	margin: 0;
  	padding: 0;
  	background-color: #ffffff;
  	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #333333;
}

#logo {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	width:250px;
	height: 25px;
}

h1 {
	display:none;
}

.text-xsmall {
	font-size: 10px;
}

A:link
{
	color: 999999;
	text-decoration: none;
}
	
A:active
{
	color: 0000ff;
	text-decoration: none;
}
	
A:visited
{
	color: 999999;
	text-decoration: none;
}
	
A:hover
{
	text-decoration: underline;
	color: 0000ff;
}