body	{
	background-color: #000;
     	background-image: url('/images/background.jpg');
     	background-repeat: repeat-x;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Helvetica,Arial,Sans-Serif;
}

a	{
	 text-decoration: none;
	 font-size: 80%;
}

a:hover	{
	 text-decoration: underline;
	}

