html, body {
cursor: url("/images/angel_cursor.gif"), auto;
	}

h1 {
	font-size: 36px;
	text-align: center;
	font-family: Cambria;
	text-shadow: skyblue 1px 0 10px;
	}
		
h2 {
	font-size: 24px;
	text-align: center;
	font-family: Cambria;
	}
			
div {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid black;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	}
		
body {
	background-image: url("/images/dithered_egret.JPG");
}
	
a:hover {
	font-weight: strong; color: white; background-color: skyblue;
	}
	
.sidebar
Specificity: (0,1,0)
 {
    font-family: Cambria;
	border-radius: 15px;
	background: url(/images/texturebg_grid.jpg);
    height: 420px;
    width: 280px;
    padding: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 350px;
    left: 100px;
}
		