/* make background color blue
*/
body {background: #000066;
	font-family: "Lucida Calligraphy";
	color: #ffefd5;
}

/* Don't underline links, and make all links white, 
	Make links flash pink when activated.
*/
a {
	text-decoration: none;
}
a:link {color: white;}
a:visited {color: yellow;}
a:active {color: pink;}

/* format HOME LINK
*/

div {
	position: absolute; 
	border: 0px;
	z-index: 6;
	font-family: Lucida Calligraphy;
}
div.home {
	left: 20px;
	 top: 75px;
	font-family: Lucida Calligraphy;
}

div.aboutus {
	left: 100px; 
	top: 75px; 
}

div.galleries {
	left: 210px;
	top: 75px;
}
	
div.order {
	left: 310px;
	top: 75px;
}

div.articles {
	left: 410px;
	top: 75px;
}

div.contact {
	left: 510px;
	top: 75px;
}

/*Formats page section in fcaha.*/
div.fcaha {
	left: 290px;
	top: 950px;
}

/*Formats return to division page.*/
div.return {
	left: 520px;
	top: 950px;
}

/*Format footnotes as 9-point Arial, and centered.*/
div.footnote {
	left: 300px;
	top: 500px;
	border: 0;
	z-index: 6;	
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	bold
	
}

div.footnote2 {
	left: 300px;
	top: 400px;
	border: 0;
	z-index: 6;	
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	bold
	
}

/*Format pictures so no border appears when clicked*/

div.picture
a {
   text-decoration: none;
}
