/*************************************************************************
' Style Sheet : Main CSS defintions for chauffeurco.com
' Developer   : LJ Thomas - Metalogic New Media Ltd.
' Version     : 7.0 (final)
' Modified    : August 2007
'
'**************************************************************************/

/* General Tag specifications */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.content_area {
	background-color: #151515;
	line-height: 22px;
	text-align:justify;
	font-size: 12px;
}
.contact_area {
	background-color: #151515;
	line-height: 22px;
	text-align:right;
	font-size: 9px;
}
.copyright_area {
	font-size: 9px;
	background-image: url(images/silver_grad.gif);
	text-align: center;
	color: #000000;
	line-height: 16px;
}

/* Linking specifications */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.copyright_area  a:link {
color:#000000;
	}
.copyright_area  a:hover {
color:#006699
	}
.contact_area  a:link {
color:#999999;
	}
.contact_area  a:hover {
color:#006699
	}
