/* http://www.sportsonephoto.com/css/styles.css */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.smallbody {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}

A:visited { 
	color : #FF0000;
	text-decoration: none;
}

A:link { 
	color : #FF9900; 
	text-decoration: none;
}

A:hover 
{ 
	color : #FF6600; 
	text-decoration: underline;
}

A:active {
	color : #FF6600; 
	text-decoration: none;
}

.thumb A:active {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.thumb A:link {
	text-decoration: none;
	border: 1px solid #FFFFFF;

}
.thumb A:visited {
	text-decoration: none; 
	border: 1px solid #B6B6B7;
}
.thumb A:hover {
	text-decoration: none; 
	border: 1px solid #FFA124;
}

img.border {border: 1px solid #ffa124; margin-right: 10px;}
