body
{

	color: black;
	/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
	font-size: small;
	background-color: #ffffff;
		
}

B
{
	/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
	font-size: small;
}




i
{
	/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
	font-size: small;
}

p
{
	/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
	font-size: small;
		
}




/*refers to regular contents section*/
p.top
{ 
/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
font-size: small;
font-weight: bold;
}


/*refers to logo test*/
p.logo
{
font-family: Edwardian Script ITC,sans-serif;
font-size: 90;
font-weight: normal;
color: Blue;
}
	
	

div
{
/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
	font-size: small;
	
}

/*Guide for home, next, previous etc*/
div.guide
{
font-family: Georgia,sans-serif;
font-size: medium;


}







/*Ordered list*/
ol
{
/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
	font-size: small;
}


/*Unordered list*/
ul
{
/*font-family: Times New Roman,sans-serif;*/
	font-family: Helvetica, Sans-Serif;
	font-size: small;
}


/* Old Values
a:link     {color::#000099}
a:visited  {color:#3333ff}
a:active   {color:#000099}
a:hover {color:#990000;}
a{text-decoration:none}
*/

/*blue instead of green*/
a:link     {color: Blue;   
	font-weight: bold}
a{text-decoration:none;
	font-weight: bold}
a:visited  {color: Blue;
	font-weight: bold}
a:active   {color: Blue;
	font-weight: bold}
a:hover{text-decoration:underline;
	font-weight: bold}





/*guide links*/
a.nav
{
	color:#0000ff; /*blue*/
	font-weight: bold
}
a.nav:visited {color: #0000ff;
	font-weight: bold}
a.nav:active {color: #0000ff;
	font-weight: bold}




/*preferred articles*/
a.special
{
	color:#cc9900; /*gold*/
	font-weight: bold
}
a.special:visited {color: #cc9900;
	font-weight: bold}
a.special:active {color: #cc9900;
	font-weight: bold}




/*refers to right-side column links and home-page left side*/
a.columns
{
	color:#0000ff; /*blue*/
	font-weight: bold
}
a.columns:visited {color:#0000ff; font-weight: bold}
a.columns:active {color:#0000ff; font-weight: bold}


/*create a.guide to un-bold the guide - Georgia font should be normal*/

table.main
{
	background-color: White;
/*	border-style: double; */
/*	border-width: large; */
/*	border-color: Blue; */   /*changed to Blue instead of Green*/
	/*background-image:url(./images/grayscalelight_oval.jpg)*/
	/*image is relative to css file*/
}

/*Article info, source, date etc. */
/*bolded and in small-caps*/
b.source
{
font-weight: bold;
font-size: x-small; 
font-variant: small-caps;
}


/*connecting links text*/
b.cltext
{
font-weight: bold;
font-size: x-small; 
color: blue;

}





/*title - articles - small-caps*/
a.title:link
{
	color: Blue;   /*instead of green */
	font-weight: bold;
font-variant: small-caps;
}




a.title
{
color: Blue; /*instead of green*/
text-decoration:none;
font-weight: bold;
font-variant: small-caps;}

a.title:visited  
{color: Blue; /*instead of green*/
font-weight: bold;
font-variant: small-caps;
}
a.title:active   
{color: Blue; /*instead of green*/
font-weight: bold;
font-variant: small-caps;}

a.title:hover
{
color: Blue;
text-decoration: underline;
font-weight: bold;
font-variant: small-caps;}


/*preferred articles - title - articles - small-caps*/
a.stitle
{
	color:#cc9900; /*gold*/
	font-weight: bold;
	font-variant: small-caps;
}
a.stitle:visited 
{color: #cc9900;
	font-weight: bold;
	font-variant: small-caps;}
a.stitle:active 
{color: #cc9900;
	font-weight: bold;
	font-variant: small-caps;}
a.stitle:hover
{
color: #cc9900;
text-decoration:underline;
font-weight: bold;
font-variant: small-caps;}




