/* ANY item . name is used: <item class="name"> ie: p.note   is   <p class="note"> */
/* ANY item # name is used: <item id="name"> ie: a:link#screenshot   is   <a id="screenshot">*/
/* <span class="text"> */


/* OVERALL */

body   		{ color: #000000;
		background: #FFFFFF;
		font-size: 12;
		font-family: Arial, Times New Roman, Sans Serif, Verdana;
		}

td   		{ color: #000000;
		font-size: 14;
		font-family: Times New Roman, Arial, Sans Serif, Verdana; 
		}

/* Comic Sans MS, */

.text		{
		font-size: 12;
		font-family: Arial, Times New Roman, Sans Serif, Verdana; 
		}

.smalltext		{
		font-size: 10;
		color: black;
		font-family: Arial, Times New Roman, Sans Serif, Verdana; 
		}

/* PARAGRAPH CLASSES */
/* % can be used for font-size */
/* font-style: italic; */
p.pagetitle	{ font-size: 30; 	
		font-weight: bold; clear: both; }


/* text-align: left; */

/* HEADER CLASSES */

/* <span class="subnav"></span> */

.nav 		{
		color: #006600;
		font-weight: bold;
		font-size: 20px; 
		font-family: Times New Roman, Sans Serif, Verdana, Arial; 
		text-decoration: none
		}
.ltblue 		{
		color: 3399FF;
		font-weight: bold;
		font-size: 20px; 
		font-family: Times New Roman, Sans Serif, Verdana, Arial; 
		text-decoration: none
		}

.story 		{
		color: black;
		font-weight: normal;
		font-size: 14px; 
		font-family: Times New Roman, Sans Serif, Verdana, Arial; 
		text-decoration: none
		}
.headline 		{
		color: black;
		font-weight: bold;
		font-size: 25px; 
		font-family: Arial, Tahoma, Times New Roman, Sans Serif, Verdana; 
		text-decoration: none
		}
.mednav 		{
		color: #006600;
		font-weight: bold;
		font-size: 15px; 
		font-family: Times New Roman, Sans Serif, Verdana, Arial; 
		text-decoration: none
		}

.subnav 		{
		color: #006600;
		font-weight: bold;
		font-size: 10px; 
		font-family: Times New Roman, Sans Serif, Verdana, Arial; 
		text-decoration: none
		}

.big 		{
		color: #000000;
		font-weight: bold;
		font-size: 20px; 
		font-family: Times New Roman, Sans Serif, Verdana, Arial; 
		text-decoration: none
		}


h1
		{ font-size: 150%;
		font-family: Arial, Times New Roman, Sans Serif, Verdana; }

h2
		{ font-size: 135%;  }

h3
		{ font-size: 100%;  }

h4
		{ font-size: 100%;  }


h5
		{ font-size: 100%;  }


/* LISTS */

ol
		{ margin-top: ".5em"; 
		margin-bottom: 0; 
		margin-left: "2.1em";
		font-size: 14; 
		padding-left: "0em";
		margin-right:"2.1em" }

ul
		{ margin-top: ".6em"; 	
		margin-bottom: 0;
		margin-left: "2.5em";
		font-size: 14;
		padding-left: "0em";
		margin-right: "1.5em"; }
/* 		list-style-type: disc;
*/

 */


/* LINK SECTION */

a:link#screenshot, a:visited#screenshot	{color: "#006600";}
a:hover#screenshot, a:active#screenshot	{color: "#FF0000";}

#relTopics		{color:#0000a1}

#shortcut		{color:#A00001}

a.menu:link, a.menu:visited	{ color: 666666; text-decoration:"underline";}
a.menu:active, a.menu:hover 	{ color: 3399cc;  cursor:hand; text-decoration:"underline";}

a:link, a:visited 	{ color: 0033ff; text-decoration:"underline";}
a:active, a:hover 	{ color: 3399cc;  cursor:hand; text-decoration:"underline";}

	 

