* {
	margin: 0pt;
	padding: 0pt;
}

body {
	margin: 50px 50px 50px 50px;
	background: #00ff00 url('bg.jpg') no-repeat fixed center;
	color: #444;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

a:link {color:#000000; text-decoration: none;}      /* unvisited link */
a:visited {color:#000000; text-decoration: none;}  /* visited link */
a:hover {color:#000000; text-decoration: none;}  /* mouse over link */
a:active {color:#000000; text-decoration: none;}  /* selected link */