/* link colors - overridden by the album 'linkcolor' property.*/
A:link, A:visited, A:active { color:#FFCC00; }
A:hover { text-decoration:none; }

/* default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.*/
BODY { 
	background-color:#345167; 
	overflow:auto; 
	color:#CFDCE6;
}
TD, P { color:#CFDCE6; }