body{
	font-family: Verdana, Geneva, Arial, Helvetica, monospace;
	font-size: 10px;
	background-image: url('./html_pics/bg.jpg');
}
h1{
	text-align: center;
	color: #4462fe;
	font-family: times;
	font-size: 22pt;
	font-style: italic;
}
h2{
	text-align: center;
	color: #4462fe;
	font-family: times;
	font-size: 18pt;
	font-style: italic;
}
h4{
	padding-left: 1cm;
}
a:link{
	color: #0000C0;
	text-decoration: underline;
}
a:visited{
	color: #CC00FF;
	text-decoration: underline;
}
a:hover{
	color: #09703E;
	text-decoration: underline;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}

