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

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

/*	Define global parameters		*/

body {
	background-color:	#0082C6;
	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: 	none;
}
	
A:visited {
	color:			#FFFFFF;
	text-decoration:	none;
}
	
A:active {
	color:			#FFFFFF;
	text-decoration:	none;
}
	
A:hover {
	color:			#FFFF00;
	text-decoration:	none;
}

/*	Define styles for use in header		*/

.header {
	border-color:		#FFFFFF;
	background-color:	#008080;
	border-style:		outset;
	border-width:		2px;
}

.headtext {
	font-size:		16pt;
	text-align:		left;
}

.links {
	font-size:		8pt;
	text-align:		right;
}

.linktext {
	padding-right:		5%;
}

/*	Define styles for use in footer		*/

.footer {
	margin-top:		20px;
	border-color:		#FFFFFF;
	background-color:	#008080;
	border-style:		outset;
	border-width:		2px;
}

.foottext {
	padding:		5px;
	font-size:		10pt;
	text-align:		center;
}

/*	Define styles for use in body		*/

.rightcolumn {
	margin-top:		10px;
	margin-left:		10px;
	border-style:		outset;
	border-width:		2px;
	text-align:		center;
	font-size:		10pt;
}

.columnbody {
	margin-top:		10px;
	margin-left:		20px;
}

.title {
	font-size:		14pt;
	text-align:		center;
}

.content {
	margin-top:		10px;
	margin-left:		20px;
	margin-right:		20px;
	text-align:		center;
}
