body {
	font-family: 'Loved by the King', cursive;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat;
	background-color: #ADC6DA;
	font-size: x-large;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: 749EC0;
}
a:visited {
	text-decoration: none;
	color: 749EC0;
}
a:hover {
	text-decoration: none;
	color: 749EC0;
}
a:active {
	text-decoration: none;
	color: 749EC0;
	text-align: center;
}
.title_style {
	font-family: 'Cinzel', cursive;
	text-shadow: 1px 1px 0px #888888;

}
.centered {text-align: center;}
.justify {text-align: justify;}
.rightjustify {text-align: right;}
.leftjustify {text-align: left;}
.biggest {font-size: xx-large;}
.big {font-size: x-large;}
.small {font-size: medium;}
.accent_text {color: #749EC0}
.alert_text {color: #CC6666}
