BODY
	{
		color:					#000000;
		
		background-color:		#FFFFFF;
		background-image:		url('alaosa.jpg');
		background-repeat:		no-repeat;
		background-attachment:	fixed;
	}
	
H3
	{
		font-family:			Arial;
		color:					#555588;
		letter-spacing:			0pt;
		text-transform:			uppercase;
		line-height:			60px;
		word-spacing:			2px
	}
	
P
	{
		font-family:			"Times New Roman", Times, serif;
		text-indent:			0px;
	}

A:link, A:visited
	{
		text-decoration:	underline;
	}
	
A:hover
	{
		text-decoration:	underline;
	}

A:active
	{
		text-decoration:	underline;
	}


