/* CSS Document */
a {
	color: #BE5500;
	font-family: Trebuchet MS, verdana, ariel, helvetica, san-serif;
	font-weight: 600;
	text-decoration: none;
}

a:link {
	color: teal;
}	

a:visited {
	color: #BE5500;
}
a:hover {
	color: red;
	background-color: #CCCCCC;
}		

.imgborder {
	border-width: 1px;
	border-style: solid;
	border-color: #660000;
	background-position: top center;
}

.imgborderwide{
	border-width: 3px;
	border-style: solid;
	/* border-color: #D2D0C4;    */
	border-color:  #CC7B11;  /* off orange color  */ 
	background-position: top center;
	text-align: center;
}
