
a { 
	color:#003134; 
	text-decoration:none;
}
a:hover {
	color: red;//#007B91; 
	text-decoration: underline
}

body {
	font-size:9pt;
	margin:0;
	padding:0;
	text-align:center;
}

#box {
	width:900px;
	margin:0 auto;
	text-align:left;
	border-left:3px #eee solid;
	border-right:3px #eee solid;
}


#page-container {
	width:900px;
	text-align:left;
}
