/* CSS Document - Gallery Links */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size : 10pt;
	font-style: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

copyright { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333; 
	font-size : 8pt;
}

/* MAIN Hyperlinks */
/* up - dull blue 379 [matched previous & next buttons] */
a:link { 
	color : #379;
	font-size : 10pt;
	font-weight:normal;
	text-decoration:none;
}

/* breadcrumb- dull blue 379 [matched previous & next buttons] */
a:visited { 
	color:#379;
	font-size : 10pt;
	font-weight:normal;
	text-decoration:none;
}

/* over - bright blue 39c [standard site color] */
a:hover { 
	color:#39c;
	font-size : 10pt;
	font-weight:normal;
	text-decoration:none;
}

/* down - charcoal grey*/
a:active { 
	color:#333;
	font-size : 10pt;
	font-weight:normal;
	text-decoration:none;
}

