<style type="text/css">

	html	{
		background-image:	url(images/bg.jpg);
		}

	body, table {
		font-family: 		"Verdana", "Arial", "Sans Serif";
		font-size: 		10pt;
		color:			deeppink;
		}

	body	{
		background-image:	url(images/rez2.jpg);
		}

	body.narrow {
		margin-left:		7.5%;
		margin-right:		7.5%;
		width:			85%;
		}
	
	h1	{
		font-family:		"Times New Roman", "Serif";
		font-size:		20pt;
		font-weight:		bold;
		}

	h2	{
		font-family:		"Times New Roman", "Serif";
		font-size:		16pt;
		font-weight:		bold;
		}

	h3	{
		font-family:		"Times New Roman", "Serif";
		font-size:		14pt;
		font-weight:		bold;
		}

	p.intro	{
		font-family:		"Arial", "Sans Serif";
		font-size:		12pt;
		line-height:		18pt;
		}

	a	{
		text-decoration:	none;
		font-weight:		bold;
		}
	
	a:link	{
		color:			cornflowerblue;
		}

	a:active {
		color:			cornflowerblue;
		}

	a:visited {
		 color:			cornflowerblue;
		}

	a:hover	{
		color:			red;
		}

	.pink {
		color:			deeppink;
		}

	.green {
		color:			lime;
		}

</style>

