body    {
	background-color: beige;
	color: darkgreen;
	font-family: Times New Roman, Verdana, Arial, sans-serif;
	scrollbar-3dlight-color: darkgreen;
	scrollbar-arrow-color: darkgreen;
	scrollbar-base-color: darkgreen;
	scrollbar-darkshadow-color: darkgreen;
	scrollbar-face-color: beige;
	scrollbar-highlight-color: darkgreen;
	scrollbar-shadow-color: pink;
	scrollbar-track-color: lightgreen;
}
a { text-decoration: none; }
a:LINK ( color: blue; }
a:VISITED { color: darkgreen; }
a:HOVER { color:magenta ; text-decoration: underline; }

h1 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	test-align: left;
}
	