﻿body
{
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	background-color: #a9a9a9;
}
h1 {
	font-style: italic;
	font-weight: bold;
	color: #505DA0;
	font-size: 30px;
}
h3 {
	font-style: italic;
	text-align: center;
}
a
{
	color: black;
	font-style: italic;
	font-weight: bold;
}
a:visited
{
	font-style: italic;
	color: #696969;
}
a:active
{
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
a:hover
{
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
hr {
	color: #B53439;
	width: 90%;
}
.Editor
{
	background-color: #FFFFFF;
	width: 100%;
}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}table        {  }