/* index.css
//
// © Copyright 2000, 2001, 2002 Michael R. Mauger.  All Rights Reserved.
//
*/

BODY {
	color: rgb(0, 102, 102);
	background-color: rgb(153, 204, 204);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: lighter;
}

H1 {
	font-size: x-large;
	font-weight: bold;
}
H2 {
	font-size: large;
	text-align: center; 
}

A:link {
	color: rgb(102, 102, 51);
	background-color: inherit; 
	text-decoration: none; 
}
A:visited {
	color: rgb(153, 153, 102);
	background-color: inherit; 
	text-decoration: none;
}

A.resume:link {
	color: rgb(0, 102, 102);
	background-color: inherit; 
	text-decoration: none; 
}
A.resume:visited {
	color: rgb(0, 102, 102);
	background-color: inherit; 
	text-decoration: none;
}

A IMG {
	border-style: none;
}

.cover {
	float: right; 
	text-align: center;
	padding: 2em; 
}

.tight {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.tracks {
	font-size: x-small;
	background: url("tracks.gif") repeat-x;
	height: 75px;
	text-align: center;
	vertical-align: bottom;
}

.footer {
	font-size: xx-small;
	font-style: italic;
}
