/* Jim's Personal CSS - jim@sodigital.org   www.sodigital.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: 		11pt;
    	font-family: 	arial;
    	background: 	url(pattern.gif);
	margin-top:		1.0em;
	margin-left:	3%;
	margin-right:	3%;
	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: 		11pt; 
	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:		blue;
	background:		#FFFFC0;
	}


BLOCKQUOTE	{
	font-style:		normal;
    	font-family: 	comic sans ms;
	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;
	color:		black;
	font-weight:	normal;
	}


STRONG	{
	font-weight:	bolder;
	color:		black;
	font-size: 		12pt;
	}

BOLD		{
	font-weight:	bold;
	color:		black;
	font-size:		1.2em;
	}

I		{
	font-weight:	bold;
	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 */
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; }


/* All the links occuring within the Division
(defined as div id="navigation") to be red and bold */

div#navigation p {color: black;font-weight:bold;font-family:Arial;}
div#navigation a {color: red;font-weight:bold;font-family:Arial;}

div#navigation1 p {color: black;font-family:comic sans ms;}
div#navigation1 a {color: red;font-family:comic sans ms;}

div#navigation2 p {color: black;font-family:Arial;font-size:12pt;}
div#navigation2 a {color: blue;font-family:Arial;font-size:12pt;}

div#navigation3 p {color: black;font-family:Arial;font-size:10pt;}
div#navigation3 a {color: blue;font-family:Arial;font-size:10pt;}



	
