body { 
	font-family: Courier New; 
	color: black;
	font-size: 10pt;
	background-color: #CCCCCC;
	text-align: center;
	}
	
h1 {
	font-family: Courier New;
	color: black;
	font-size: 20pt;
	letter-spacing:8px;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	font-family: Courier New;
	color: black;
	font-size: 15pt;
	letter-spacing:20px;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	font-family: Courier New;
	color: black;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
	font-size: 10pt;
	background-color: white;
	
}

table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 600px;
	border-collapse: collapse; 
	border: 1px solid black;
	background-color: white;
}

td {
	border: 1px solid black;
	text-align: center;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

p.photodesc {
	font-family: Courier New;
	font-style: italic;
	font-size: 8pt;
}

p.footer{
	font-family: Courier New;
	font-style: italic;
	font-size: 8pt;
	background-color: #CCCCCC;
}

p.news {
	font-family: Courier New;
	font-weight: bold;
}

div.content {
	width: 700px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
	background-color: white;
}