body {
	margin: 0px;
	background-color: #15110e;
}
p	{ font-size: 16px;
	font-family: "Times New Roman", Times; 
	text-align: justify;
	text-indent: 15px;
	margin-left: 8px;
	margin-right: 8px
	}
	
td  { font-size: 15px; 
	font-family: "Times New Roman", Times, Serif;
	}
	
li { font-size: 15px;
	font-family: Times New Roman, Times;
	text-align: justify;
	margin-right: 12px
	}
	
sup { font-weight: bold; 
	font-size: 10px;
	font-family: "Times New Roman", Times;
	}
	
h2  { font-size: 24px;
	line-height: 22px;
	font-family: Arial, Helvetica;
	margin-top: 15px;
	}
	
h3 { font-size: 18px;
	line-height: 20px;
	font-family: "Times New Roman", Times, Serif;
	}
	
h5  { font-size: 13px;
	line-height: 15px;
	font-family: Arial, Helvetica;
	margin-top: 15px;
	color: white;
	}

h5	a { color:white;
	text-decoration: none;
	}

h5	a:link {color:#bbb;}
h5	a:visited {color:#888;}
h5	a:hover {
		color: #eee;
		text-decoration:underline;
	}
	
dt { margin-left: 30px;
	}
	
dd { color: white;
	font-weight: bold;
	font-size: 10px;
	margin-left: 15px;
	}

dd a { color: white;
	text-decoration: none;
	}
	
dd a:hover { color: #ee7777;
	text-decoration: underline;
	}

