html { 
	width:100%; 
}
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#454545;
	background-color:#fff;
}
p{
	margin-bottom:15px;
}

a{
	color:#A22427;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #A22427;
	text-decoration: underline;
}
h1 {
	margin: 15px 0;
	font-size: 20px;
	color: #A22427;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 10px 0;
	font-size: 16px;
	color: #A22427;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 5px 0;
	font-size: 13px;
	color: #A22427;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.small {
	font-size: 80%;
}
.x-small {
	font-size: 65%;
}
.big {
	font-size: 125%;
}
.x-big {
	font-size: 150%;
}


