body {
	margin: 2em;
	padding: 0;
	font: 900 11px tahoma;
	background-image: 
url(fon2.jpg);
	background-repeat: repeat;
	background-attachment: 
fixed
}





a:link, a:visited {
	color: #AA240D;
	text-decoration: none;
}

a:hover {
	color: #8B0000;
    text-decoration: underline;
}

h1 {
	color: #FF3333;
	text-transform: uppercase;
	font-size: 18px; 
    font-weight: bold;
}

h2 {
	color: #999900;
    font-size: 16px; 
    font-weight: bold;
}

hr {
	background: #333333; 
    height: 2px; 
    color: #555555; 
    border:  0px solid #999900;
}

a img {border:0px}

div.right {text-align: right}
div.small {font-size: 14px}

p.l {text-align: left}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-image: url(arr_tri.gif);
}


p.c {text-align: center}
.red {
	color: #FF0000;
	font-weight: bold;
}
