body { 
	background: #fcd4b2;
	cursor: default;
	text-align: justify;
}

table { 
	color: #fe9f89; 
	font-size: 11px;
	font-family: trebuchet ms, tahoma, sans-serif;
	text-align: justify;
}

#content {
	background: #fff;
	padding: 10px 20px 0px 20px;
	font-size: 11px;
}

#nav {
	background: #fff;
	font-size: 11px;
	font-family: times new roman;
}

.bar {
	background: #fff;
}

.header {
	color: #ff8781;
	font-family: times new roman, georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	padding-left: 24px;
	padding-bottom: 5px;
	margin-top: -3px;
	margin-left: 10px;
	background: url('images/head.jpg') left no-repeat;
}

i {
	font-family: times new roman, georgia, serif;
}

b {
	color: #c7c7c7;
}

img { 
	border: 0px;
}

.lyrics {
	font-size: 10px;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 13px;
}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background-color: #c7c7c7;
	border: 3px #c7c7c7 solid;
}
.code {
	background-color: #c7c7c7;
	border: 3px #c7c7c7 solid;
}

a {
	font-family: times new roman;
}

a:link {
	color: #ff8781; 
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
} 

a:visited {
	color: #ff8781; 
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
} 

a:active {
	color: #c7c7c7; 
	text-decoration: underline;
} 

a:hover {
	color: #c7c7c7; 
	cursor: help;
	font-weight: normal;
	text-decoration: underline;

}

#nav a:link {
	color: #fb9faa; 
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #fff;
	border: 0px;
	padding: 3px 3px 3px 3px;
} 

#nav a:visited {
	color: #ff8781; 
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #fff;
	border: 0px;
	padding: 3px 3px 0px 3px;
} 

#nav a:active {
	color: #fff; 
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #ff8781;
	padding: 3px 3px 3px 3px;
	border: 0px;
} 

#nav a:hover {
	color: #ff8781; 
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	background-color: #fff;
	text-transform: lowercase;
	border-bottom: 2px #ff8781 solid;
	padding: 3px 3px 0px 3px;
}

input, textarea {
	font-family: trebuchet ms, tahoma, sans-serif; 
	font-size: 11px; 
	padding-left: 2px;
	background-color: #c7c7c7; 
	color: #fcd4b2; 
	border: 0px;
}
