/*
 * common style sheet
 */


/*
 * define normal text weight
 */

p	{ font-size: small}
q	{ font-size: small}
table	{ font-size: small}
ul	{ font-size: small}
address { font-size: small}
blockquote { font-size: small}

/*
 * colours
 */

body {	background: #d6d7cc }

A:link {	color: teal }
A:visited {color: teal }
A:hover {	color: navy }
A:active {	color: teal }


/*
 * define heading styles
 */

H1 {	font-size: large;	font-weight: bold}
H2 {	font-size: medium;	font-weight: bold}
H3 {	font-size: small;	font-weight: bold}
H4 {	font-size: x-small;	font-weight: bold}
H5 {	font-size: xx-small;	font-weight: bold}
H6 {	font-size: xx-small;	font-weight: normal}

q {	font-style: italic }

/*
 * special break for use with images
 */

.clbr	{ clear: both}

/*
 * default font - including specific table definitions (browser bugs)
 */

body, table, tr, th {	font-family: Verdana, Arial, sans-serif }
form {	font-family: Verdana, Arial, sans-serif }

/*
 * quotes in italic
 */

blockquote { font-style: italic }

/*
 * column information for track listings
 */

.track-number {	text-align: right }

/*
 * margin around images except top border
 */

img {	margin: 0px 5px 5px 5px }

/*
 * no borders on most images
 */

.imagelinks	{ border: 0 }

.tapa0 {	width: 99px;	border: 0 }
.tapa1 {	width: 119px;	border: 0 }
.tapa2 {	width: 168px;	border: 0 }
.tapa3 {	width: 225px;	border: 0 }
