<!-- 
body { color: #black; 
	margin-left: auto; margin-right: auto; text-align: center; }

h1, h2, h3, h4, h5 { font-style: bold; color: #D20071; text-align: center; 
    		margin-top: -1px; margin-bottom: -1px; }

hr { width: 50%; color: maroon; margin-top: 0px; margin-bottom: -1px; }

p { margin-top: 1px; margin-bottom: 0px; }

.fancy { border-style: outset; border-color: red; border-width: 7px;
		text-align: justify; width: 80%; padding: 5px; }

.head { width: 80%; color: #440039; text-align: center; }

.bordered { width: 80%; color: #440039; text-align: center; padding: 10px; 
	border-style: solid; border-color: blue; border-width: thin; }

.list { width: 80%; color: #440039; text-align: left; padding: 10px; 
   border: solid #440039 thin; }
   
a.header:link { color: white; text-decoration: none; }
a.header:visited { color: white; text-decoration: none; }
a.header:hover { color: yellow; text-decoration: none; }
   
a:visited { color: blue; }
a:active { color: red; }
a:hover { color: red; }

.justify { text-align: justify; padding: 1em; }
.disclaim {width: 80%; font-size: 75%;  text-align: justify; }
 -->