body {}
p	{ font-size: 15px;
		font-family: Georgia,Times New Roman, Times;
		text-align: justify;
		line-height: 20px;
		margin-top: 10px;
		margin-left: 90px;
		margin-right: 70px;
	}
	
p	a	{	color: blue;
		text-decoration: none;
		}

p	a:hover	{	color: #660000;
		text-decoration: underline;
		}
		
p	a:visited	{ color: #660000;
		}
	
blockquote { font-size: 15px;
			text-align: justify;
			margin-left: 90px;
			margin-right: 90px;
		}
	
blockquote	a	{	color: blue;
		text-decoration: none;
		}

blockquote	a:hover	{	color: #006600;
		text-decoration: underline;
		}
		
blockquote	a:visited	{ color: #660000;
		}
		
ol 	{ font-size: 15px;
		font-family: Georgia, Times New Roman, Times;
		margin-right: 70px;
		margin-left: 110px;
	}
	
td	{ font-size: 14px;
		font-family: Georgia, Times New Roman, Times;
	}
		
dd	{	margin-left: 110;
	}

dl	{	font-size: 14px;
			font-family: Georgia, Times New Roman, Times;
			line-height: 20px;
		}

dl	a	{	margin-left: 15px;
				color: eeeeee;
				text-decoration: none;
		}

dl	a:hover	{	color: #888888;
							text-decoration: underline;
		}
		
dl	a:visited	{ color: #bbbbbb;
		}
		
h2	{	font-size: 30px;
			line-height: 35px;
			font-family: Georgia, "Times New Roman", Times;
			font-weight: bold;
			margin-top: 15px;
			margin-right: 70px;
		}
		
h3	{ font-size: 20px;
			line-height: 20px;
			font-family: Georgia, "Times New Roman", Times;
			margin-right: 90px;
			margin-left: 90px;
			margin-top: 8px;
			margin-bottom: 0px;	
		}

h4	{	font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif;
		margin-top: 10px;
		margin-left: 60px;
		margin-right: 10px;
		line-height: 20px;
		}

h5	{	color: #444;
		margin-top: 5px;
		line-height: 15px;
		font-size: 13px;
		font-family: Georgia, "Times New Roman", Times;
		}
			
h5	a	{	color: #444;
			text-decoration: none;
		}

h5	a:hover	{	color: #666;
				text-decoration: underline;
		}
		
h5	a:visited	{ color: #888;
		}
			
sup	{	font-weight: bold;
			font-size: 10px;;
		}