body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;	
	font: 12px/18px arial, helvetica, sans-serif;		
	}

a {
	text-decoration: none
	}

a:hover {	
	text-decoration: none;
	color: #000;
	}

a img { 
	border: 0px;
	}

#container {
	margin: 0px;
	width: 760px;
	background-color: white;
	border: #000 1px solid;
	}

#bottom {
	padding: 5px 0px;
	font-size: 11px;	
	text-align: center;
	font-weight: normal;
	color: #666;
	}

#bottom a {
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	}

#bottom a:hover {	
	text-decoration: none;
	color: #666;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font: bold 18px arial;	
	text-align: left;
	color: #000;
	}

h2 {
	padding: 0px;
	margin: 0px;
	font: bold 16px arial;	
	text-align: left;
	color: #000;
	}

