@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:105%;
	background-color: #312004;
	margin: 2px;
	padding: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color:#333333;
	}
	
a:link  {
	color:#3d4e4f;
	text-decoration:underline;

	}
a:visited {
	color:#666666;
	text-decoration:underline;
	
	}
a:active {
	color:#ffffff;
	text-decoration:underline;

	}
a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.outline {
	border: 2px solid #FF6600;
	margin-left: 200px;
	margin-right:200px;
	background-color:#fbf2cc;
	}
h1 {
	color:#dae0cd;
	font-size:120%;
	}


h2 {
	font-size: 115%;
	font-weight: bold;
	color: #4c3106;
	}
.content {
	padding:10px;
	}
