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

body {
	background:#333;
	padding:0px;
	margin:0px;
}

table {
	padding:0px;
	margin-top:0px;
	background:#666;
	width:775px;
	margin-left:auto;
	margin-right:auto;
}

p {
	margin-left:35px;
}

h3 {
	padding:0px;
	margin:0px;
}

ul {
	list-style:none;
	font-size:.9em;
}

p {
	font-size:.9em;
}

a {
	color:#000;
	text-decoration:underline;
}

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