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

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top center;
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	background-color: #B2AEA2;
	color: #666;
	font-size: 14px;


	
}

a:link {
	color: #858384;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #C4BDB3;
	text-decoration: underline;
}

a:active {
	color: #858384;
}

a:visited {
	color: #868485;
}

table.outline
{
border: 1px solid #000;
}