/* =============================================================================
  G.A.D. Cigars
    GadCigars.com/css/styles.css

  Simple style sheet viewable by all browsers
============================================================================= */

body 
{
	background: #000;
  font-family: Times New Roman, Times, serif;
  font-size: 13px;
}

td
{
	font-family: Times New Roman, Times, serif;
}

a:link
{
	color: #00f;
	text-decoration: none;	
}

a:visited
{
	color: #00f;
	text-decoration: none;	
}

a:hover
{
	color: #f00;
	text-decoration: underline;	
}

a:active
{
	color: #f00;
	text-decoration: underline;
}