
body
{   
  margin : 0;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;  
	
  color            :  #000000;
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;

  text-align       :  justify;  
}

.h1
{
  font-family      :  arial, verdana, sans-serif;
  font-size        :  13px;
  font-weight      :  bold;
  color            :  #ffffff;
}

.h2
{
  font-family      :  arial, verdana, sans-serif;
  font-size        :  13px;
  font-weight      :  bold;
  color            :  #d31a20;
}

a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ff0000;
   
  text-decoration  :  underline;
  
  background       :  inherit;
}
 
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #004e8e;
   
  text-decoration  :  none;
  
  background       :  inherit;
}

a.emailLink
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  color             :  #ffffff;
  
  text-decoration   :  none;
}  
 
a.emailLink:hover
{
  font-family       :  verdana, arial, sans-serif;
  font-size         :  11px;
  color             :  #000000;
  
  text-decoration   :  underline;
}

a.developedByLink
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #000000;
   
  text-decoration  :  none;
  
  background       :  inherit;
}
 
a.developedByLink:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #004e8e;
   
  text-decoration  :  none;
  
  border-bottom    :  dotted 1px #004e8e;
  
  background       :  inherit;
}

/* ---------------New Merged Classes 3.8.10 ------------*/

a.nh-used-cars-for-sale {
	color:#eee;
	font-weight:bold;
}

a:hover.nh-used-cars-for-sale  {
	color:#fff;
	text-decoration:underline;
}

a.home{
	color:#eee;
	text-decoration:none;
}

a:hover.home{
	color:#fff;
	text-decoration:underline;
}