body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	background-image: url(../decor/back.jpg);
	text-align: justify;
	
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #800080;
}
h2 {
	font-weight: bold;
	color: #000000;
}

