body {
	font-family: "Times New Roman"; color: #000000; 
	background-color: #CCCCCC}
	h1 { font-size: xx-large}
	h2 { font-family: "Times New Roman"; font-size: x-large; align="center"}
	h3 { font-family: "Times New Roman"; font-size: 18pt}
	h4 { font-family: "Times New Roman"; font-size: medium}
	h5 { font-family: "Times New Roman"; font-size: 10pt}
	h6 { font-family: "Times New Roman"; font-size: 9pt} 
	p { font-family: "Times New Roman"; font-size: 12pt; align="left"}

.box {
	border: 3px ridge #ffcccc;
	margin: 15px;
	padding: 35px;

	background-color: #ffffff;
}

A:link {color: #0000FF}
A:active {color: #00FF00}
A:visited {color: #FFOO00}


