* {
padding: 0;
	marging: 0;
}	

body {
	background-attachment: fixed;
	background-image: url(http://myrkgrav.com/images/new/main.jpg);
	margin-left: 20px;
	margin-right: 20px;
}
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}