#container { width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	background-color: white;
	border-top: 3px solid #CCC; }

body { font-family: "Optima", "Candara", Candara, "Trebuchet MS", sans-serif;
		line-height: 1.5em; }
		
.block { color: #FFD700; background-color: #FFD700; }
.ock { color: #FFD700; }

a { text-decoration: none;
	border-bottom: 1px dotted #FFD700;
	color: #000; }
	
a:focus, 
a:hover { border-bottom: 1px solid #FFD700; }