body { 
	background-color: #fff;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif
	}

p { 
	font-family: Arial, Helvetica, sans-serif
	}
	
img { 
	border: 0px
	}
	
h1 {
	font-family: Georgia, "Times New Roman", serif;
	}
h2 { 
	font-family: Georgia, "Times New Roman", serif; 
	font-style: italic; 
	}
	
blockquote {
	display: block;
	padding: 20px;
	border: 1px black solid
	}
		
.notice { 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: lightyellow
	}
	
.notice2 { 
	font-family: Arial, Helvetica, sans-serif; 
	color: red; 
	text-align: left
	}
	
.quote { 
	font-family: "Times New Roman", serif
	}
	
td { 
	font-family: Arial, Helvetica, sans-serif
	}
	
.red { 
	font-family: Georgia, "Times New Roman", serif; 
	font-style: italic; 
	color: red
	}
	
hr {
	color: #099;
	height : 1px;
	}
	
a:link {
	color: blue; 
	text-decoration: none; 
	}
a:visited {
	color: purple; 
	text-decoration: none
	}
a:hover {
	color: red; 
	background-color: lightyellow
	}
a:active {
	color: red; 
	text-decoration: none
	}