/* 	DVD's Cascading Styles Sheet
	Copyright (C) 2003-4 David Young
*/

body {
	font-family: Arial, sans-serif;
	color: #000099;
	/*background: #000099;*/
	background: url(images/discstring.jpg) #a3a5a0 no-repeat top center;
}

a:link {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #006633;
	text-decoration: none;
}

a:hover, a:active {
	background: #00cc00;
	color: #000099;
}

h1, h2, h3, h4 {
	color: #000066;
}

p, li {
}

p.right {
	text-align: right;
}

p.left {
	text-align: left;
}

p.footer {
	font-weight: normal;
	font-size: smaller;
}

p.side {
	font-size: small;
}

.menu {
	font-family: monospace;
	font-size: larger;
}

.sidehead {
	font-size: larger;
	font-weight: bold;
	color: #ad0000;
}

.paren {
	font-size: smaller;
	font-style: italic;
	color: #000000;
}

.inlinehead {
	font-weight: bold;
	color: #ad0000;
}

.date {
	font-size: smaller;
	font-family: monospace;
	color: #000000;
}

img {
	margin: .5em .5em .5em .5em;
	border: 0;
	vertical-align: middle;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

form {
	margin: 0em;
	border: 0em;
	padding: 0em;
}

hr, hr.bottom {
	width: 95%;
	height: .4em;
	border-style: solid;
	background: yellow;
	color: yellow;
}

br.clear {
	clear: both;
}