body{
	background-color:#dcdcdc;
}
h6{
	font-family:Arial Black, Arial;
	font-size:14pt;
	color:#676767;
}
h5{
	font-family:Arial Narrow, Arial;
	font-size:14pt;
	letter-spacing:8px;
	color:#676767;
}
a{
   text-decoration:none;
   color:#676767;
}
p{
	font-family:Arial;
	font-size:10pt;
	color:#676767;
}

span{
	color:#D7162F;
}
@media only screen and (max-width: 500px){
	h6{
		font-size:10pt
	}
	h5{
		font-size:10pt
	}
	p{
		font-size:6pt
	}
}