body {
	margin: 0;
	padding: 0;
	background: #bfbfbf url('images/2.png') repeat-x fixed;
	
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #D62C12;
	text-decoration: underline;
}

.title {
	font-family: Arial;
	font-size: 25px;
	color: #FFFFFF;
}

.subtitle {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
}

.highlight {

	font-family: Arial;
	color: #FFFFFF;
	font-size: 15px;
	text-align: right;
}

.note {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}