﻿body {
	background-image: url('bg2.png');
}
#container {
	width: 700px;
}
#navlist {
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #dc95b7;
}
#navlist a:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	color: #606060;
	font-weight: bold;
}
#content {
	font-family: verdana;
	font-size: small;
	width: 600px;
	text-align: justify;
	margin-right: 50px;
	margin-left: 50px;
}
#content a:link, #content a:visited {
	color: #9689b0;
	font-family: "times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#content a:hover {
	color: #606060;
	text-decoration: none;
}
h1 {
	font-size: large;
	font-family: "times New Roman", Times, serif;
	font-style: italic;
	color: #dc95b7;
	text-align: right;
}
#blockquotetext {
	font-style: italic;
	font-size: x-small;
}
#footer {
	font-size: x-small;
	font-style: italic;
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
}

