@charset "utf-8";
body {
	background-color: #2c3482;
	background-image: url(img/gradient.png);
	background-repeat: repeat-x;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #A60000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 30px;
	color: #A60000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A60000;
	text-decoration: underline;
	font-size: 18px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A60000;
	font-size: 12px;
}
small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: lighter;
}
