@charset "UTF-8";
/* CSS Document for lab1.html */
html {
	background:url(../images/redwoods2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 85%; 
	color:#000000; 
	}
	
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#900;
}

.highlight {
	font-weight:bold;
	color:#900;
}

#content {
	background-color:#FFFFFF; 
	padding:10px; 
	width: 600px;
	margin: 20px auto 20px auto;
	}
 