/* StyleSheet for http://www.prettypop.net/betwixt */

body {
	color:dimgray;

    background-attachment:fixed;
    background-repeat:no-repeat;
	background-position:10px 10px;

    background-image:url("graphic/eva_1_red_500_background.gif");
}

a {
	color:mediumvioletred;
}

a:hover {
	color:blue;
}

.top_page {
}

.main {
}

.frame {
}

.header {
	border-width:0px 0px 1px 0px;
	border-color:dimgray;
	border-style:solid;
}

.header {
}

.lyrics, .score {
	border-color:silver;
	color:dimgray;
}

.contents {
}

.item_header {
	border-color:teal;
	color:teal;
}

.item {
}

.jacket {
	margin:0px 5px 0px 0px;
	border-style:solid;
	border-width:1px;
}

.media_title {
	font-size:10pt;
	color:crimson;
}

.media_detail {
	font-size:8pt;
	color:teal;
}

.media_note {
	font-size:8pt;
}


.footer {
	border-width:1px 0px 0px 0px;
	border-color:dimgray;
	border-style:dotted;
}
