/***********************************************/
/* contact.css                                 */
/* Copyright 2005 On-Site PC Repair            */
/* Version 1.0 - Contact Body CSS			   */
/***********************************************/ 

/********* Contact Information Styles	 *******/

.contact{
	padding: 10px 0px 0px 10px;
	color: #334d55;
	font-size: 80%;
}

.contact p{
	color: #334d55;
	padding: 0px 0px 0px 0px;
}

.contact b{
	font: bold 100% Arial, sans-serif;
	color: #334d55;
}

.contact h3{
	font: bold 175% Arial, sans-serif;
	color: #334d55;
	text-decoration: underline;
}

.contact h4{
	font: bold 135% Arial, sans-serif;
	color: #334d55;
}                                                                                                                                                                                                                                                                                                                            

.info{
	font: bold 100% Arial, sans-serif;
	color: #005fa9;
	padding: 0px 0px 0px 5px;
}

.info h3{
	font: bold 105% Arial, sans-serif;
}

.comment{
	padding: 30px 30px 30px 30px;
}

