/* CSS */
h1{
	font-size : 16pt;
	font-family : "Times New Roman," sans serif;
	font-weight : bold;
	color : #000088;
	text-align: center;
}
h2{
	font-size : 16pt;
	font-family : "Times New Roman," sans serif;
	font-weight : bold;
	color : #0000bb;
	text-align: center;
}
p{
	font-size : 12pt;
	font-family : "Times New Roman," sans serif;
	color : #79FBF6;
	text-align: center;
}
body{
	background: #CFFBF8;
	scrollbar-face-color: #CFFBF8;
	scrollbar-shadow-color: #bff0ed;
	scrollbar-highlight-color: #7df9f2;
	scrollbar-3dlight-color: #a0fbf6;
	scrollbar-darkshadow-color: #39b9b1;
	scrollbar-track-color: #cffbf8;
	scrollbar-arrow-color: #0AFAEC;
	color: #0000ff;
}
pre{
	font-size : 30pt;
	font-family : "Times New Roman," sans serif;
	font-weight : bold;
	color : #ff0000;
	text-align: center;
}