/*	Stylesheet for www.holyelvis.com
	Created by Cliff Gilley <ctgilley@hotmail.com>

	(c)2002 Cliff Gilley, all rights reserved.
*/

/*	Define global parameters		*/

body {
	background-color:	#008000;
	color: 			#FFFFFF;
}

p, h1, h2, h3, h4, h5, h6, td, div, ol, ul, dl {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

p {
	font-size:		12pt;
}

/*	Define global link treatment		*/

A:link {
	color:			#FFFFFF;
	text-decoration: 	underline;
}
	
A:visited {
	color:			#FFFFFF;
	text-decoration:	underline;
}
	
A:active {
	color:			#FFFFFF;
	text-decoration:	none;
}
	
A:hover {
	color:			#FFFF00;
	text-decoration:	none;
}

A:active.test,A:visited.test,A:hover.test,A:link.test {
	color:			black;
	text-decoration:	none;
	font-weight:		bold;
	font-size:		12pt;
}

.button {
	background-color:	#BDF7D6;
	color:			#000000;
	width:			400px;
	border-width:		5;
	border-style:		outset;
	text-align:		center;
	text-decoration:	none;
	font-size:		14pt;
}

A:link.tlink, A:visited.tlink {
	color:			#000000;
	text-decoration:	underline;
}

/*	Define some text treatments		*/

.desc {
	text-decoration:	none;
	font-weight:		normal;
	font-size:		8pt;
	font-family:		arial;
}

.title {
/*	background-color:	#BDF7D6;
	color:			#000000;	
	width:			700px;		
	border-width:		5;
	border-style:		outset;		*/
	text-align:		center;
	text-decoration:	none;
	font-size:		18pt;
	font-weight:		bold;
}

.subtitle {
	font-size:		12pt;
	font-weight:		normal;
}

.cs {
	color:			#ff0000;
	font-weight:		bold;
}

.penance {
	color:			#00ffff;
	font-size:		14pt;
	font-weight:		normal;
}

