h1 {
	color: #F15252;
	font-family: sans-serif;
	font-size: 35px;
	background-color: #C0C0C0;
	font-weight: lighter;
	background-image: url(images/back_cssgrey.jpg);
}

h2 {
	color: #F15252;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 35px;

}


table {
	color: black;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 18px;

}


a {
	color: #696969;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

a:hover {
	color: #696969;
	background-color: #DCDCDC;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 18px;
}

h6 {
	color: black;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: lighter;
}


