body,td,p{
	 font-family: Tahoma, Verdana; 
	 font-size: 13px;
}
td.contact{
	color: ee0000;
	padding-top: 40px;
}
h1{
	 font-family: Tahoma, Verdana;
	 font-size: 14px;
	 font-weight: bold;
}
h2{
	font-family: Tahoma, Verdana;	
	font-size: 14px;
	font-weight: bold;
	color: Red;
}

/*Links*/
a:link,a:visited{
	color: #6A8DE5;
}
a:hover{
	color: red;
}
a.copy:link,a.copy:visited{
	color: #fff;
}
a.copy:hover{
	color: Black;
}
a.contact:link,a.contact:visited{
	color: #4e83a3;
	font-weight: bold;
}
a.contact:hover{
	color: Black;
}


