@import url(style1a.css);

body {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #FFFFFF;
	font-family: "Verdana", Helvetica, Arial,sans-serif;
	color: #663300;
	font-size: 0.68em;
	}

div, p, th, td, li, blockquote, span {
	/* redundant selector to help Netscape 4 not forget */
	font-family: "Verdana", Helvetica, Arial,sans-serif;
	}

p {
	margin-top: 0;
	margin-bottom: 1em;
	margin-right: 40px;
	}
div.images {
	margin-right: 40px;
	}
div.email {
	margin-right: 40px;
	margin-bottom: 40px;
	}
div.mp3 p {
	margin-bottom: 1.5em;
	}
div.discyear {
	clear: left;
	float: left;
	margin-right: 15px;
	}
div.discdescr {
	width: 65%;
	float: left;
	margin-bottom: 3em;
	}
div.store1a {
	}
div.store1b {
	}
div.store2a {
	}
div.store2b {
	}


/* NAVIGATION LINK BEHAVIOUR */
.navigation a { text-decoration: none; }
.navigation a:link { color: #333300; }
.navigation a:visited { color: #ffffff; }
.navigation a:hover { color: #000000; }
.navigation a:active { color: #333300; }

/* EMAIL LINK BEHAVIOUR */
.email a { text-decoration: none; }
.email a:link { color: #666633; }
.email a:visited { color: #666633; }
.email a:hover { color: #000000; }
.email a:active { color: #333300; }

/* NORMAL LINK BEHAVIOUR */
a { text-decoration: none; }
a:link { color: #333300; }
a:visited { color: #666633; }
a:hover { color: #000000; }
a:active { color: #330000; }


small { font-size: 0.8em; }

big { font-size: 1.2em; }
