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

html, body, div, applet, span, iframe, object, h1, h2, h3, h4 , h5, h6 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	outline: 0px;
	font-size: 100%;
	}

body { font-family:Verdana, Arial, Helvetica, sans-serif; color: #333333; margin: 0px auto; font-size:14px; background: #666; }

table {
	table-collapse: collapse;
}
#content { width:700px; margin: 20px auto; padding:20px; background-color:#fff; border: 4px solid #5F5F5F; }

a {
	color: #008C9A;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}