/*
 * Main Stylesheet for the Aleluya website.
 *
 * Author: Justin Sickles
 * Company: EDI Technology
 * Website: http://www.editechnology.com
 *
*/

*
{
	background: transparent;
	color: inherit;
	font: inherit;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #9AB4DC;
	background-position: top left;
	background-repeat: repeat-y;
}

img
{
	border: none;
}

a
{
	color: #1e5fc2;
}
