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

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: x-small;
	color: #666;
}

.menubutton
{	
	cursor: pointer;
}

a
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	color: #999;
}