body {
	background: #000000 url("images/background.jpg") no-repeat fixed top center;
	margin: 10px;
}

h1 {
	color: #990000;
	background-image: url("images/graybkgnd.jpg");
	font-family: arial, verdana, sans-serif;
	padding: 5px;
	border-style: ridge dashed groove dashed;
	border-color: #000000;
	border-width: 5px;
}

h2 {
	color: #C0C0C0;
	background-image: url("images/redbkgnd.jpg");
	font-family: arial, verdana, sans-serif;
	padding: 2px;
	border-style: solid dotted solid dotted;
	border-color: #000000;
	border-width: 3px;
}

html {
	font-family: "Times New Roman", serif;
	font-style: oblique;
	font-weight: bold;
	color: #00AEED;
}

a:link {
	color: #8C5900;
	background-color: #9DD05B;
}

a:visited {
	color: #FFFF00;
	background-color: #000000;
	text-decoration: line-through;
}

a:hover {
	letter-spacing: 3px; 
	color: #990000; 
	background-color: #C0C0C0; 
	text-decoration: none; 
	text-transform: uppercase;
}

a:active {
	color: #E0EDC5; text-decoration: line-through;
}

.project {
	color: #000000;
	background-image: url("images/parchment.jpg");
	background-position: left;
	background-repeat: no-repeat;
}