﻿body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(bg.jpg) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #555; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }
