/* +++ THIS STYLE SHEET MADE THE OLD-FASHIONED WAY: IN A TEXT EDITOR.  +++ */
/* +++ For the black to red link.  +++ */
a:link 	{
	color: black;
	text-decoration: none;
	} 
a:visited 	{ 
	color: black;
	text-decoration: none;
	} 
a:hover {
	color: #b22222;
	text-decoration: underline overline;
	} 
a:active
	{ 
	color: #b22222;
	text-decoration: underline overline;
	}
	
/* +++ For the blue underline to gray link.  +++ */
a.bodyLink:link {
	text-decoration: underline;
	color: blue;
	}
a.bodyLink:visited 	{
	text-decoration: underline;
	color: gray;
	}
a.bodyLink:hover { 
	text-decoration: underline overline;
	color: #b22222;
	}
a.bodyLink:active	{
	text-decoration: underline overline;
	color: #b22222;
	}

p 	{
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px; 
	}
td	{
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
body	{
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.writingList 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	line-height: 20pt; 
	list-style-type: square;
	}
 .credit {
 	font-size: 8pt;
	font-style: italic;
	}
