A:link {text-decoration: none;color: #584a3f;}
A:visited {text-decoration: none;color: #584a3f;}
A:active {text-decoration: none;color: #584a3f;}
A:hover {text-decoration: none;color:  #584a3f;font-weight:bold;}
html, body {
	height: 100%;
}

#intro {width: 400px;
	height: 200px;
	text-align: center;
	font-size:18pt;
	color: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -100px; 
	/* Half the height of the DIV tag which is also 50 pixels */}

#fine {font-size:10pt;)

img {
	border-style: none;
}