<html>

<head>
<title>CSS</title>
<style type="text/css">
<!--
body 
	{
	background-image: url(pict/fon.gif);
	font-family:		"Times New Roman","times","serif";
	color: 			black; 
	text-align:		center;
	align:			center;
	} 
A
	{
	color:		#0000ff; 
	}
A:active
	{
	color:		#008080;
	}
A:visited
	{
	color:		#0000a0; 
	}
A:hover
	{
	color:		#008040;
	text-decoration: underline;
	}
DIV 
	{
	width:	600px;
	margin-top: 5px;
	background-color: 	#f7f2d5;
	padding:	10px;
	border: 1px solid #808040;
	}
DIV.rhead 
	{
	width:	600px;
	margin-top: 5px;
	background-color: transparent;
	padding:	10px;
	border: 0;
	}
DIV.pict
	{
	width:		170px;
	text-align:	left;
	float:		left;
	border: 0;
	}
H1 
	{
	font-family: 	"Times New Roman","times","serif";
	text-align: 		center;
	color:			#797979;
	margun-left:	1em;
	margun-right:	1em;
	}
H2 
	{
	font-family: 		"Times New Roman","times","serif";
	text-align: 		left;
	color:			#797979;
	}
H3 
	{
	font-family: 		"Times New Roman","times","serif";
	text-align: 		left; 
	color:			#797979;
	}
P 
	{
	font-family: 		"Times New Roman","times","serif";
	text-align: 		justify;
	text-indent:	1.5em;
	margin-top:	0.5em;
	margin-bottom:	0.5em;
	}
span.cont 
	{
	font-family: 		"Arial";
	font-size:			0.8em;
	text-decoration:	none;
	}
em.red 
	{
	font-style:	normal;
	color:			#ff0000;
	}
ul
	{
	text-align: left;
	}
li
	{
	text-align: left;
	}
address
	{
	margin-top: 1em;
	margin-bottom:	1em;
	text-align: center;
	}
span.authorname
	{
	font-size: 1.2em;
	font-weight:	bold;
	}
-->
</style>
</head>

</html>
