html, body { 
	background-color: #FFFFFF; 
	color: #000000;
	font-family: sans-serif;
}

a:link { 
 	color: #1f00ff; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:hover { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
 	}
 		
p, ul, ol{
  font-size: 18px
}

.center {
	text-align: center;
}

.italic { 
 	font-style: italic; 
 	}

.bold {
  font-weight: bold;
}

.quote {
	margin-left: 40px;
	margin-right: 40px;
}
