/*  INCLUDES  */
@import url("includes/reset.css");

body{ 
	padding:0px; 
	margin:0px;
	background:#ffffff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9pt;
	outline: 0;
}
div#website {
	text-align: center;
}
a:link, a:active { color: #333333; text-decoration: none; }
a:visited { color: #666666; }
a:hover { text-decoration: underline; }
object:focus, object:active { outline: 0; }