body,h1,p,a,img,ol,ul,li,blockquote {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

h1 {
	margin-top: 12px;
	margin-bottom: 6px;
}

abbr {
	border-bottom: 1px dashed;
}

abbr:hover {
	cursor: help;
}

.body {
	margin: 0 170px 0 170px;
	padding: 10px;
	border-left: 3px solid #007;
	border-right: 2px solid blue;
	min-height: 580px;
}

* html .body {
	height: 580px; /* IE6 confuses height with min-height! */
}

.body p {
	margin-bottom: 6px;
}

.body a:hover {
	color: blue;
	background-color: yellow;
}

.data {
	font-weight: bold;
}

.error {
	color: red;
	background-color: white;
}

.inline-list ul,.inline-list li {
	display: inline;
}

.small {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.screenshots {
	padding-top: 12px;
	padding-bottom: 6px;
}

.download {
	margin-top: 12px;
}

.download img {
	display: block;
}

.version {
	font-weight: bold;
}

.version ul {
	margin-left: 20px;
	margin-bottom: 12px;
}

.version li {
	font-weight: normal;
	list-style-type: circle;
}

.artist img {
	vertical-align: text-bottom;
}

.artist a:hover {
	color: blue;
	background-color: white;
}

.disc {
	margin-left: 20px;
}

.tracks ol {
	margin-left: 30px;
}

.tracks li {
	list-style-type: decimal;
}

.albums li {
	margin-bottom: 12px;
}

.albums a:hover {
	color: blue;
	background-color: white;
}

.album ol {
	margin-left: 30px;
	margin-top: 12px;
}

.album li {
	list-style-type: decimal;
}

.song {
	margin-bottom: 12px;
}

.hilite {
	color: black;
	background-color: yellow;
}

.flw li {
	margin-bottom: 12px;
}

.dedication {
	font-size: 10px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
}

#logo img {
	margin: 10px 0 0 10px;
}

#menu {
	position: absolute;
	top: 60px;
	left: 0;
	width: 170px;
}

#menu li {
	margin: 10px;
	text-align: right;
}

#logos {
	position: absolute;
	top: 250px;
	left: 0;
	width: 170px;
}

#logos li {
	margin: 10px;
	text-align: right;
}

#personal {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#background {
	margin-left: 0;
	padding-left: 2em;
	list-style-image: url("gfx/blue.png");
}

#validxhtml {
	margin-top: 6px;
	text-align: right;
}

#validxhtml a:hover {
	color: blue;
	background-color: white;
}

#copyright {
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	border-top: 1px dotted gray;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
}

#requirements {
	margin-left: 30px;
}

#requirements li {
	list-style-type: decimal;
}

#quote {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 12px;
	width: 300px;
}
