body {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #990000;
	text-decoration: none
	}

a:visited {
	color: ##CC4F10;
	text-decoration: none
}

a:hover {
	color: #FF9900;
	text-decoration: underline
}
.jp {
	font-family: "Felix Titling", "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: center;


}
.serif {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align: center;

}
