* { margin: 0; padding: 0; }


body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000#5EA3E6;
	}

img {
	border: 0px;
	}

p {
	padding: 5px;
	margin-bottom: 10px;
	}

a:link, a:visited {
	color: #5EA3E6;
	text-decoration: underline;
	}

a:hover {
	color: #105FAC;
	text-decoration: none;
	}

strong, b {
	color: #6F3C1B;
	}

em, i {
	color: #6F3C1B;
	}

h1 {
	font: 18px monospace;
	color: #000;
	border-bottom: 1px dotted #000;
	}

ul.list {
	margin-left: 25px;
	padding: 5px;
	list-style-type: circle;
	margin-bottom: 10px;
	}

/* outline of page */

#snoopy {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#content {
	position: absolute;
	top: 150px;
	left: 375px;
	width: 400px;
	text-align: justify;
	}
	
#navigation {
	position: absolute;
	top: 110px;
	left: 470px;
	display: none;
	}

.center {
	text-align: center;
	}

input, textarea, select, option {
	padding: 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid black;
	}

/* miscellany */
.filler {
	display: none;
	}
