body {
	background-color: black;
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-image: url("images/background4.jpg");
	color: white;
}

body.center {
	text-align: center;
	background-color: black;
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-image: url("images/background4.jpg");
	color: white;
}

a:link {
	color: black;
}

a:active {
	color: black;
}

a:visited {
	color: black;
}

h1.center {
	text-align: center;
	color: red;
}

h2.center {
	text-align: center;
}

h2.centerred {
	text-align: center;
	color: red;
}

h3.center {
	text-align: center;
}

p.center {
	text-align: center;
}


