/*   In Nomine Stylesheet   */

BODY {
	background-color: #FFFFFF;
	background: url(../backgrounds/chalk.jpg);
}

A:link { text-decoration: none; }
A:visited {  text-decoration: none; }

H1 { color: #9C3100;
		font-family: Copperplate Gothic Bold, Times, Serif;
		font-variant: normal;
		font-weight: 900;
		font-size: xx-large;
		text-transform: capitalize;
 }
 
 H2 { color: #9C3100;
		font-family: Copperplate Gothic Bold, Times, Serif;
		font-variant: normal;
		font-weight: 500;
		font-size: x-large;
		text-transform: capitalize;
 }
 
 H3 { color: #9C3100;
		font-family: Copperplate Gothic Bold, Times, Serif;
		font-variant: small-caps;
		font-weight: bolder;
		font-size: large;
 }
 
 H4 { color: #9C3100;
		font-family: Times, Serif;
		font-variant: normal;
		font-weight: bold;
		font-size: medium;
		font-style: italic;
 }


P {
	color: #000000;
	text-indent: 5%;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	font-family: "Times Roman", Times, serif;
}

CITE { font-weight: bold; font-style: oblique; }

#quote { font-style: italic; }
#noindent { text-indent: 0; }
.darktext {	text-indent: 5%; color: Navy;}
.superior { text-align: center; }

TABLE.menu {
	text-align: center;
	background-color: Black;
	color: White;
	width: 100%;
	border-color: Red;
	border-style: groove;
}
TD.menu {
	border-color: #FF6666;
	border-style: groove;
	border-width: thin;
}
A.menulink { color: #CF2020; text-decoration: none;}
A.menu:active { color: #FFFF00; }
A.menu:visited {  color: #FF8080; text-decoration: none; }
A.menu:Hover { color: #FFFF00; }

DIV.char {
	
	table-layout: auto;
}
