/* Debbie's Personal CSS - www.holyghostchurchissue.org */

/*The 16 keywords are taken from the Windows VGA palette: aqua, black, blue, fuchsia, gray, 
green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. */

/*
Text-Decoration: none underline overline line-through blink 
Font Style: normal italic oblique
*/

CODE, TT	{
 font-family:	monospace; 
}


body	{
	color: black;
	font-size: 12pt;
	font-family: arial;
	background: White;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1.0em;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	width: auto;
}

p { 
	font-size: 		12pt; 
	font-family: 	arial;
	color:		black;
	}

h1 {font-family: Arial; color: black; font-weight: bold;font-size: 18pt; }
h2 {font-family: Arial; color: black; font-weight: bold;font-size: 16pt; }
h3 {font-family: Arial; color: black; font-weight: bold;font-size: 14pt; }
h4 {font-family: Arial; color: black; font-weight: bold;font-size: 12pt; }
h5 {font-family: Arial; color: black; font-weight: bold;font-size: 11pt; }
h6 {font-family: Arial; color: black; font-weight: bold;font-size: 10pt; }


EM	{	
	font-style:		normal;
	font-weight:	bold;
	color:		black;
	background:		#FFFFC0;
	}
	
cite{
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	color: Black;
	background: #F0FFFF;
}


BLOCKQUOTE	{
	font-style:		normal;
    	font-family: 	arial;
	word-spacing:	1px;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	}
	
	
PRE	{
	font-style:		normal;
	font-family:	arial;
		font-size: 		1.0em;
	color:		black;
	font-weight:	normal;
	}


STRONG	{
	font-weight:	bolder;
	color:		black;
	font-size: 		12pt;
	}

BOLD		{
	font-weight:	bold;
	color:		black;
	font-size:		1.1em;
	}

I		{
	font-weight: normal;
	font-style: oblique;
	color: black;
}

A:hover	{
	background:		yellow;
	}

A:link	{	
	text-decoration:	underline;
	font-weight:	bold; 
	color:		blue;
	}	
		
A:visited	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:		blue;
	}	
		
A:active	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:		blue;
	}

/* Class  for LINKS*/
a.link:link {color: red; text-decoration: none; }
a.link:visited {color: blue; text-decoration: underline; }
a.link:hover {color: green; text-decoration: underline; }
a.link:active {color: blue; text-decoration: none;}

a.link1:link {color: blue; text-decoration: none; }
a.link1:visited {color: blue; text-decoration: underline; }
a.link1:hover {color: green; text-decoration: underline; }
a.link1:active {color: blue; text-decoration: none;}

a.link2:link {color: blue; text-decoration:underline; }
a.link2:visited {color: blue; text-decoration: underline; }
a.link2:hover {color: green; text-decoration: underline; }
a.link2:active {color: red; text-decoration: none;}

a.link3:link {color: blue; text-decoration:none; }
a.link3:visited {color: blue; text-decoration: underline; }
a.link3:hover {color: green; text-transform:uppercase; font-size: 10pt;text-decoration: none; }
a.link3:active {color: blue; text-decoration: none;}

p.style {font-family: comic sans ms; font-size: 12pt; color: red; }
p.style1 {font-family: comic sans ms; font-size: 10pt; color: red; }
p.style2 {font-family: comic sans ms; font-size: 11pt; color: black; }
p.style3 {font-family: comic sans ms; font-size: 12pt; color: black; }
p.style4 {font-family: arial; font-size: 12pt; color: black; }
p.style5 {font-family: arial; font-size: 10pt; color: black; }
p.style6 {font-family: arial; font-size: 12pt; color: red; }
p.style7 {font-family: Verdana; font-size: 12pt; color: red; }
p.style8 {font-family: Verdana; font-size: 10pt; color: black; }






	