body {
font-family: Arial;

	list-style-type: circle;
	background-attachment: fixed;
	background-image: url(images/bg_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;


	

}
img {
  filter: grayscale(52%);
}
a:link {
	color: #888888;
	text-decoration: underline;
}
a:visited {
	color: #888888;
	text-decoration: underline;
}
a:hover {
	color: #eeeeee;
        background-color: #000000;
}
table {


	color: #555555;

}
h1 {
	font-size: 30px;
	color: #666666;
	font-weight: bold;
        line-height:32px;

}
h2 {

	color: #666666;
	font-weight: bold;



}
hr {
	color: #000000;
}
ul {list-style-type:circle;}
