body {
	color: #ffffff;
	background-color: #cc7200;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
a,a:active,a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
b.favorite {
	display: none;
}
code {
	background-color: #cc7200;
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	border: #ffffff 1px solid;
	margin: 3px 7px 0px 7px;
	width: 150px;
	height: 50px;
	display: block;
	overflow: auto;
	text-align: left;
}
hr {
	margin: 5px 1px 5px 1px;
	padding: 0;
	border-bottom: #ffffff 1px solid;
	border-top: none;
	border-right: none;
	border-left: none;
	color: #ffffff;
	background-color: #cc7200;
}
img {
	border: none;
}
img.counter {
	vertical-align: middle;
}
img.lyrics {
	vertical-align: bottom;
}
img.lyrictitle {
	vertical-align: middle;
}
input,option,select,textarea {
	background-color: #cc7200;
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	border: #ffffff 1px solid;
}
p {
	margin: 5px;
}
small {
	font-size: 11px;
}
table.codes {
	width: 350px;
	height: auto;
	text-align: center;
}
table.target {
	width: 600px;
	height: auto;
	border: none;
}
td.profile {
	border: #ffffff 1px solid;
	height: 100px;
	width: 100px;
}
td.desc {
	border: #ffffff 1px solid;
	text-align: justify;
}
tr,td {
	padding: 3px;
	margin: 0;
}
.footer {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.nobullet {
	list-style: none;
}
ul.lyrics li.comment  {
	list-style: none;
}
#container {
	width: 700px;
	height: auto;
	margin: 0 auto;
}
#header {
	width: 650px;
	height: 175px;
	margin:  0 auto;
}
#navigation {
	text-align: center;
	font-size: 12px;
	width: 650px;
	height: 25px;
	padding: 8px 0;
	margin: 0 auto;
}
#menu {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 11px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	background-color: #cc7200;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	padding: 4px 10px 4px 10px;
	margin: 0 3px 0 3px;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #cc7200;
	border: #663300 1px solid;
}
#body {
	width: 648px;
	border: #ffffff 1px solid;
	margin:  0 auto;
}