<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* amolltc.css */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #CCCCCC;
	font-size: 100%;
}

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

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

#container {
	background-color: transparent;
	position: relative;
	top: 50px;
	margin: auto;
	padding: 0px;
	text-align: left;
	width: 700px;
}

#maincntnt {
	margin-left: 25px;
	width: 650px;
}

.box {
	width: 323px;
	border: 1px solid;
	height: 230px;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}

#mypic {
	position: relative;
	top: 16px;
}

#mainpg .footer {
	position: absolute;
	margin-left: 25px;
	top: 360px;
	padding-top: 2px;
	width: 650px;
	border-top: 1px solid;
}

#cntntpg .footer {
	height: 160px;
	margin-left: 25px;
	padding-top: 2px;
	width: 650px;
	border-top: 1px solid;
	background: url(gfx/pinkfloyd.jpg) no-repeat top right;
}

.entry {
	padding: 0px;
	margin: 18px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid;
}

.math {
	color: #CCCCCC;
	border-left: 1px dotted;
	padding: 10px;
}

#lnkscontainer ul {
	list-style-type: none;
}

#lnkscontainer ul li a {
	background: url(gfx/list-off.png) left center no-repeat;
	padding-left: 15px;
	text-decoration: none;
	color: #FFFFFF;
} 

#lnkscontainer li {
	padding-top: 7px;
}

#lnkscontainer ul li a:hover {
	background: url(gfx/list-on.png) left center no-repeat;
	color: #FFCC00;
}

.pgtype {
	font-size: 70%;
	color: #CCCCCC;
	padding-right: 5px;
}

.pic {
	padding: 4px;
	margin: 18px 14px 5px 0px;
	border: 1px dotted;
	text-align: center;
	vertical-align: middle;
	float: left;
}

/* sweet css for displaying captions on images */
.pic img {
       display: block;
}

.pic div {   /* contains caption */
	position: absolute;
	display: none;
	padding-left: 5px;
	background-color: transparent; 
	text-align: left;
	font-size: 70%;
	font-weight: bold;
	color: black;
}

.pic:hover div {
  display: block;
}

/* adjustment for superscripts and subscripts */
sub, sup { 
	line-height: 0.4;
}

/* css for syntax-highlighting m-files*/
.comment {color: #228B22;}
.string {color: #B20000;}
.keyword, .cont {color: #0000FF;}
.cont {text-decoration: underline;}
.code {color: #000000;}

</pre></body></html>