* {
			font-family : 					Helvetica, Arial,Verdana,sans-serif;
			font-size:						12pt;
			padding:							0;
}

body
{
			padding: 						0;
			margin:  						0;
}

h1 {
			font-family : 					DejaVuSerifCond, "Georgia", "Times New Roman", Times, cursive;
			color : 							rgba(0,0,0,0.8);
			font-weight : 					600;
			font-style : 					normal;
			font-size : 						2em;
			background-color : 		transparent;
			padding :						0 0 0.5em 0;
}

p,address {
			color : 							rgb(102,102,102);
			font-weight : 					400;
			font-size : 						1.2em;
			font-style : 					normal;
			background-color : 		transparent;
}

a {
	text-decoration: none;
	color: #cd1316;
	font-weight: 600;
	background: none;
}
a:visited {
	color: #ab1316;
}
a:active {
	color: #ff1316;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

address {
			font-style :						italic;
}