<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*#some_name {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 2px dashed black;
	cursor: text;
	color: black;
	font: 12px "Andale Mono", "Lucida Sans", "OCR A Std";
	padding-bottom: 4px;
}*/

#username, #email, #submit {
	color: white;
	font: 12px "Andale Mono", "Lucida Sans", "OCR A Std";
	background-color: blue;
	padding: 2px 4px;
	border-style: none;
}

#username {
	width: 135px;
}

#email {
	width: 110px;
}

#submit {
	width: 110px;
}

body,td,th {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 10px;
	color: #FFFFFF;
}

.style1black {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.style1 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.style2 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF00;
}

.style5 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.style5 a, .style1 a {
	text-decoration: none;
	color: red;
}

.menuelink_bottom {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: red;
	}

.menuelink_bottom a {
	text-decoration: none;
	color: red;
	}

.menuelink_yellow_bottom {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: yellow;
	}

.menuelink_yellow_bottom a {
	text-decoration: none;
	color: yellow;
	}

.style6 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	color: #FFFFFF;
	text-align: justify;
	text-transform: uppercase;
}

.stil6 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	color: red;
	text-align: justify;
	text-transform: uppercase;
}

.style7 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 28px;
	color: #FF0000;
	font-weight: bold;
}

.style9 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

.style10 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 22px;
	font-weight: bold;
	color: #FFFF00;
}

.style11 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 22px;
	font-weight: bold;
	color: #00FFFF;
}

.style12 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}

.style13 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.style14 {
	font-family: "Andale Mono", "Lucida Sans", "OCR A Std";
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

/* @group song-details (200.php) */

#songbox {
	overflow: auto; 
	height: 187px;
}

#songbox p.desc {
	border-top: 2px dashed black;
	border-right-style: none;
	border-bottom: 2px dashed black;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* @end */</pre></body></html>