/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif
}
h1 {
	font-size:120%;
	color:#E50004;
}
p {
	font-size:85%;
}
a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.fontsize {
	font-size:85%;
}
.footer {
	border-top: 1px solid #000000;
	font-size:75%;
	font-weight:bold;
}
.email {
	font-size:100%;
	font-weight:normal;
	color:#E50004;
}