body {
	background-color : #CC0033;
	
}

p{
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.table {
	background-color : White;
	background-attachment : fixed;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	border : 2px solid Black;
}

.tr{
	background-image : url(images/star.jpg);
	background-repeat : no-repeat;
}

.index{
	background-color : #C80030;
}

a{
	font : small-caps bold 11px Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a:link{
	font : bold 11px Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

a:visited {
	font : bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}

a:hover{
	font : bold 11px Arial, Helvetica, sans-serif;
	color: red;
	text-decoration : underline;
}

