/* CSS Document */

a:link {
	color: #B3042F;
}
a:visited {
	color: #C90F3D;
}
a:hover {
	color: #CC1D6F;
}
h1 {
	font-size: 34px;
	color: #C90F3D;
}
h2 {
	font-size: 24px;
	color: #C90F3D;
}
h3 {
	font-size: 20px;
	color: #C90F3D;
}
h4 {
	font-size: 16px;
	color: #C90F3D;
}
h6 {
	font-size: x-small;
}
body {
	background-color: #000000;
	background-image: url(resources/back.png);
	background-position: top center;
	background-repeat: repeat-y;
}

