@charset "UTF-8";
/* CSS Document */

html {
	padding:0;
	margin:0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
body {
	background-color:#000000;
	background-image: url(http://www.hertzmusic.com/img/bg.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
p {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: lowercase;
	line-height: 16px;
}

ul {
	list-style-type:square;
	color:#FFFFFF;
}

p a {
	color : #000000;
	text-decoration : none;
	background-color: #FFFFFF;
}

p a:visited {
	color : #000000;
	background-color: #FFFFFF;
}

p a:hover {
	color : #FFFFFF;
	background-color: #000000;
}

p a:active {
	color : #000000;
	text-decoration : line-through;
	background-color: #FFFFFF;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}

.caption_links {
	font-size: 16px;
	line-height: 20px;
}
