﻿/***************************************************
 ** css for the borksonline.com bottle cap site
 ** 02/02/2008
 **
 ** - DSB
 **
 *************************************************/

a img 
{ 
	border:0 
}

/*
a:link 
{
	color: #006633; 
	text-decoration: none; 
}
a:active 
{
	color: #006633; 
	text-decoration: none; 
}
a:visited 
{
	color: #006633; 
	text-decoration: none; 
}
a:hover 
{
	color: #006633; 
	text-decoration: none; 
}	
	
	*/
	

	
/* Custom classes

 ******************************************/

tr.altTblRowStyle
{
	background-color: #ccccff;
	text-align: left;
}
td.BCFontBold
{
	font-weight: bold;
	color:#006633;
	vertical-align: top;
}
font.LinkFontHeader
{
	background-color:#ccccff;
	font-weight: bold;
	text-decoration: underlink;
}
	
