body {
	color: #ffffcc;
	background-image:url(cross3.jpg);
	font-family: sans-serif;
}
	
acronym {
	 cursor: help;
}
strong { 
	color: #FFCC33;
	font-weight: bold;
	background-color: #000000;
}

div#header{
	position: relative;
	left: 0px;
	top: 0px;
	width: 99%;
        background-color: #666633;
        /*background-image: url(http://www.ageofarmour.com/images/bgtile.jpg);
        background-repeat: repeat-x; */
	border: 2px ridge #FFFFCC;
}

div#nav {
	position: relative;
	left: 0px;
	top: 0px;
	width: 99%;
	background-color: #999966;
	border: 2px ridge #FFFFCC;
	font-size: 1em;
}

div#nav ol { 
	font-size: .75em;
}


ul { 
	list-style-position: outside;
}


div#nav a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

div#nav a:visited {
	color: #333333;
	font-style: italic;
	text-decoration: none;
}

div#nav a:hover {
	color: #000000;
	text-decoration: underline overline;

}

div#buytext {
	color: #FFFFCC;
}

div#content h1 {
	text-align: center;
	text-transform: capitalize;
	font-size: 1.5em;
}

div#content h2 {
	text-align: center;
	text-transform: capitalize;
	font-size: 1.2em;
}

div#content h3 {
	text-align: center;
	text-transform: capitalize;
	font-size: 1.2em;
}

div#content ol { 
	font-size: 1em;
}

p { 
	text-indent: 20px;
	text-align: justify;
}


div#content {
	color: #ffffcc;
	background-color: #330000;
	text-align: justify;
	letter-spacing: -1px;
	padding: 0px;
	border-bottom: 2px solid #ffffcc;
}

div#content a:link{
	color: #FFFF66; 
} 
	
div#content a:visited{ 
	color: #999999;
	
}

div#content a:hover{ 
	color: #FFFF00;
	text-decoration: underline;
}

div#footer {
	position: relative;
	font-size: .8em;
}

div#footer a:link{
	color: #FFFF66;
}
	
div#footer a:visited{ 
	color: #999999;
}

div#footer a:hover{ 
	color: #ffff00;
	text-decoration: underline;
}
