/* ageofegypt.com Site Styles */

/* Colors Used */
.dark-gray { background: #3c3c3c; }
.light-gray { background: #bebebe; }
.dark-tan { background: #988653; }
.light-cream { background: #dcd8bd; }
.blue { background:#003151; }
.red { background: #863514; }
.green { background: #4b4516; }

/* Configures WELCOME TO AGE OF EGYPT title */
td.page-title {
	padding: 0px 10px 0px 10px;
	font: bold 20px/40px arial;
}

/* Configures general text settings in page and background*/
body {margin: 0; 10px arial, helvetica; background: #DCD8BD url("../images/bkgd_sand.jpg") repeat;}


/* Configures general link settings in page */
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0000FF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0000FF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CC0000;
	}



/* DEFINES NAV MENU COLORS AND BEHAVIOR */

.navlink { text-align: center; 
		 font: normal 12pt arial, helvetica, sans-serif;
		 font-variant: small-caps;
		 margin-top: 0.25em; 
		 margin-bottom: 0.25em;
		 margin-right: 0; 
		 margin-left: 0; 
         }

h1 {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}

h2 {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}

h3 {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}

h4 {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
} 

h5 {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}

h6 {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}