/* CSS Document */

a:link {
	color: #006666;
	text-decoration: none;
}

a:visited {
  color: #006666;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	color: #AFB10B;
	text-decoration: underline;
}

.small {
	font-family: Arial, Helvetica, Sans Serif;
	color: #808080;
	font-size: 12px;
}

.medium {
	font-family: Arial, Helvetica, Sans Serif;
	color: #808080;
	font-size: 14px;
}

.large {
	font-family: Arial Narrow, Helvetica, Sans Serif;
	color: #808080;
	font-size: 30px;
}

.thumbs{
	border-style: solid;
	border-color: #006666;
	border-width: 2px;
	a.target: _blank;
} 