﻿/*
{
	margin: 0px;
	padding: 0px;	
}*/

body 
{
	color: #444444;
}

a 
{
	color: #007CD8;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #0062A8;
}

.tableHead {
    text-align: center;
    font-family: Arial, Comic Sans MS, Times New Roman; 
    color: White; 
    background-color: Navy;
}
.tableHeadOffers {
    text-align: center;
    font-family: Arial, Comic Sans MS, Times New Roman; 
    color: White; 
    background-color: #007CD8;        
}