/* styles.css for www.theatticofhits.com */

body {
	color: black;
	background: green;
	background-image: url('taxiback.gif');
	background-repeat: repeat-y;
	margin-left: 16px;
	font-family: sans-serif;
	font-size: 12pt;
	scrollbar-arrow-color: #008000;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: gray;
	/* text-align: center; */
}

td {
	font-family: sans-serif;
	font-size: 12pt;
}

a {
	color: navy;
	text-decoration: none;
}

a:visited {
	color: navy;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

a:active {
	color: white;
}

.menu {
	color: #008000;
	background: white;
	font-size: 8pt;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 4px;
	width: 140px;
	/*	margin-bottom: -1px; */
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px gray solid;
	border-bottom: 1px gray solid;
	float: right;
	margin-right: 8px;
}

div.menu {
	color: white;
	background: black;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: -1px;
	border: 2px black solid;
}
a.menu {
	color: black;
	padding-left: 4px;
}

a.menu:visited {
	color: black;
}

a.menu:hover {
	color: white;
	background: gray;
	text-decoration: none;
	border-top: 1px silver solid;
	border-left: 1px silver solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	padding-left: -2px;
}

a.menu:active {
	color: #151B54;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px silver solid;
	border-bottom: 1px silver solid;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: x-small
}

/* .cd is used for CD label images of 64 x 64 pixels */

.cd {
	width: 64px; height: 64px;
	background: #666666;
	color: #008000;
	border: 1px #008000 solid;
	font-family: sans-serif; font-size: 8pt;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}

/* .ad and .ad img are used for some small CD label images of 126 pixels wide */

.ad {
	width: 126px;
	text-align: center
}

.ad img {
	width: 126px
}

/* EoF */
