html {
	padding: 0;
	margin: 0;
	height:100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
}

body {
	font-family: Georgia, Baskerville, times;
	font-size: 13px;
	COLOR: #FFFFFF;
	background-image: url(../_images/bg_repeat.gif);
	padding: 0;
	margin: 0;
	height:100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
}

a {
	font-family: Georgia, Baskerville, times;
	COLOR: #ff308d;
	text-decoration: none;
}

.a2 {
	font-family: Georgia, Baskerville, times;
	COLOR: #ff308d;
	text-decoration: underline;
}

a:hover {
	font-family: Georgia, Baskerville, times;
	COLOR: #ff8bbf;
	text-decoration: none;
}

.content {
	font-family: Georgia, Baskerville, times;
	font-size: 15px;
	COLOR: #000000;
	font-weight: 500;
}

.filetext {
	font-family: Georgia, Baskerville, times;
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #000000;
}

.tracktext {
	font-family: Georgia, Baskerville, times;
	color: #000000;
	font-size: 9pt;
	line-height: 17px;
	background-color: #FFFFFF;
}
