﻿html
{
	height: 101%
}

body 
{
	background-color: #C4332F;
	margin-top: 20px;
}


A
{
	color: rgb(255, 0, 0);
	text-decoration: none;
}

A:hover
{
	color: rgb(255, 0, 0);
}

A:visited
{
	color: rgb(255, 0, 0);
}

.clientListTitleText
{
	color: rgb(255, 0, 0); 
	font-family: 'Century Gothic'; 
	font-size: 15px;
}

.clientListBodyText
{
	color: rgb(255, 0, 255); 
	font-family: 'Century Gothic'; 
	font-size: 9pt;
	
}
