html
{
	color					: #3d3d3d;
	font-size				: 15px;
	font-family				: Verdana;
}
	
.tdContent
{
	background-color		: #fff;
	padding-left			: 40px; 
	padding-right			: 40px; 
	text-align				: justify;
	border					: 2px solid #55a1ff;
	
	color					: #3d3d3d;
	font-size				: 15px;
	text-decoration			: none;
	font-family				: Verdana;
	text-align				: justify;
	
}

a
{
	color					: #55a1ff;
	border-bottom			: 1px dotted #55a1ff;
	text-decoration			: none;
}

a:hover
{
	color					: #3d3d3d;
}

h1
{
	color					: #55a1ff;
	padding-bottom			: 10px;
    border-bottom			: 1px dotted #55a1ff;
	text-decoration			: none;
	width					: 168px;
}