body {
	
	/* font-family: "Courier New", Courier, monospace; */
	font-family: "Arial", Helvetica, Sans-serif;
}
#banner {
	width: 915px;
}

#container {
	border: 1px dashed #692929;
	height: 100%;
	width: 917px;
}
h1 {
	font-size: 22px;
	color: #F0F4F4;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #6184A3;

}

h3{
	font-size: 17px;
	font-weight: bold;
	color: #FFFde8;
}

ul {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	list-style-type: square;
	text-align: left;
	list-style-position: outside;
}
#playlist-table {
	border : 2px dashed #3D231D;
	width : 1000px;
}
.dashline {
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #692929;
	text-align: center;
}
p {
	font-weight: bold;
	color: #ffffff;
	font-size:14px;
	line-height: 18px;

}

a:link, a:visited, a:active {
	color: #97ADC1;
	text-decoration: none;
	font-size:16px;
}
a:hover {
	color: #97ADC1;
	text-decoration: underline;
	font-size:16px;
}

.ft {
	font-size: 12px;
	color: #6184A3;
}
