/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


html, body 
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #616365;

}


body
{ 
	padding-top: 100px;
	padding-bottom: 100px;
}


div#content
{
	text-align: center;
}


div#image
{	
	padding-bottom: 50px;
}


p
{ 
	margin-bottom: 3px;
}


.tel
{
	color: #8F1B29;
	margin-top: 20px;
	font-size: 15px;
}



a 
{
	font-style: normal;
	text-decoration: none;
	color: #8F1B29;
}


a:hover 
{
	text-decoration: underline;
}
