body {
	background-color:#FFFFFF;
	background-image:url(Images/paper.gif);
	}

body link {
	font: "Courier New", Courier, mono;
	color: #9933FF;
	text-decoration: underline;
	}

#navbar {
	background-color:#9933CC;
	}
	
#navbar li {
	display: inline;
	color:#FFFFFF;
	padding-right: 1em;
	padding-left: 1em;
	}
	
#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#navbar a:active {
	background-color: #FFFFFF;
	color: #9933CC;
	text-decoration: none;
	}
	
#navbar a:visited {
	background-color: #9933CC;
	color: #FFFFFF;
	text-decoration: none;
	}

#content {
	font-size: 18px;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	}
	
#content h1 {
	font-size: 36px;
	}
	
#content h2 {
	font-size: 24px;
	}
	
#content h3 {
	font-size: 18px;
	}
	
#myspace a:link {
	font-size: medium
	}

#myspace a:visited {
	font-size: medium
	}
	
#myspace a:active {
	font-size: medium
	}

#footer {
	font-size: medium;
	font-family: "Courier New", Courier, mono;
	margin-top: 3em;
	}

