<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.portfolio {
	background-color: #D2EDFF;
	background-image: url(images/face.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #DC8C00;
	font-size: 24px;
	overflow: auto;
}
body {
	background-color: #d2edff;
}
#splash {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 550px;
	margin-top: 125px;
	overflow: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;

}
#dan {
	color: #F90;
	font-size: 14px;
}


#capsule {
	margin-right: auto;
	margin-left: auto;
}
.one {
	color: #06C;
}

#text {
	clip: rect(auto,auto,auto,auto);
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#bodytext {
	height: auto;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.tinytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a {
	color: #FFAC0B;
	text-decoration: none;
	font-weight: bold;
}
</pre></body></html>