BODY {
       color: black;
       background: white;
       font-family: Arial, Helvetica, sans-serif;
       margin: 1% 1% 1% 1%;
}
A:link { color: #404090 }
A:visited { color: #404090 }
A:active { color: lime }
H1 {
	color: #a0a0b8;
	background: white;
	/*margin: 2% 2% 2% 0%;*/
	font-size: x-large;
}
H2 {
	color: #a0a0b8;
	background: white;
	font-size: large;
}
.title {
	color: #a0a0b8;
	background: white;
	font-size: xx-large;
	text-align: center;
	text-decoration: underline;
}
H3 {
	color: #a0a0b8;
	background: white;
	margin-left: 2%;
	margin-right: 2%;
}
P {
	margin-left: 2%;
	margin-right: 2%;
	text-align: justify;
}
PRE {
	margin-left: 2%;
	margin-right: 2%;
}

#page {
	border: thin solid #a0a0a0;
	margin-top: 10px;
	padding: 2% 2% 2% 2%;

}

.story {
	border: thin solid #a0a0a0;
	padding: 2% 2% 2% 2%;
}
.storyft {
	font-size: small;
	background: #c0d8d8;
	margin-top: 0%;
	margin-bottom: 5px;
}

td.projects {
}

#projects table.projects {
        border:         1px dashed #a0a0a0;
        border-spacing: 0px;
	font-size: small;
	vertical-align: top;
}

#projects td {
	background: #c0d8d8;
	vertical-align: top;
}
