<link rel="stylesheet" type="text/css" href="style.css">
body
	{
		background-image:url(Rights.jpg);
		background-position: 45% 66%;
		background-repeat: no-repeat;
		background-attachment: fixed
		
	}
h1
	{
		text-align:center;
		font-family: trajan pro bold; goudy old style; san serif;
	}
h3
	{
		text-align:center;
		font-family: goudy old style; times; san serif;
	}




#blueblock{
	text-align: center;
	width: 960px;
	font-family: 'monotype corsiva', 'Lucida Grande', Arial, sans-serif;
	font-size: 200%;
	color: #333;
}



#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#blueblock li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#blueblock li a{
	
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}




#blueblock li a:hover{
	border-left: 10px solid #ED717A;
	border-right: 10px solid #FO888A;
	background-color: red;
	color: #fff;
}

