body { 
	background-color: white; 
	color: black;
        margin: 0px 100px 100px	
        }

a:link { 
 	color: #800000; 
	background-color: transparent;
 	}

a:visited { 
 	color: #800000; 
	background-color: transparent;
 	}

a:hover { 
 	color: #500000; 
	background-color: transparent;
	text-decoration: underline;
 	}

.center { 
 	text-align: center; 
 	}

.right {
	text-align: right;
	}

.small { 
 	font-size: small; 
 	}

.italic { 
 	font-style: italic; 
 	}

.bold {
        font-weight: bold;
        }

p.quote {
	margin: 40px;
}


h1, h2, h3, h4, h5, h6 { 
 	color: #800000; 
	background-color: transparent;
 	}

table.auto {
	margin: auto;
	}

img.right {
	float: right;
}
