<?php 
header("Content-type: text/css");
?>

/* Celtic Harp Sheet Music */

/* 	
	blue color: #6FD7F5;
	green color: #A6D080;
	yellow color: #FEBF00;
	red color: #C00063; 
	grey text color: #DdDdDd;
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/stock/watercolor-dark-tile2b.jpg);
	background-color: #000000;
    background-position: 75% top;
    background-attachment: fixed;
	background-repeat: repeat;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DdDdDd;
}

.boxbodytable {
	border: 1px solid #C00063;
	background-color: #333333;
}

.InputBoxColor {
	background-color:#cfcfcf
}

a:link {color: #A6D080; text-decoration: underline}
a:visited {color: #A6D080; text-decoration: underline}
a:active {color: #A6D080; text-decoration: none}
a:hover {color: #6FD7F5; text-decoration: underline}

.title a:link {color: #FEBF00; text-decoration: none}
.title a:visited {color: #FEBF00; text-decoration: none}
.title a:active {color: #FEBF00; text-decoration: none}
.title a:hover {color: #A6D080; text-decoration: underline}

.bluetext {
	color: #6FD7F5;
	font-size: 13px;
}

.bluetext11 {
	color: #6FD7F5;
	font-size: 11px;
}

.box {
	border: 1px solid #C00063;
}

.bullets {
	list-style-image: url(../images/stock/bullet-red.gif);
	list-style-type: circle;
	line-height:20px;
}

.dynamic_button {
    color: #9CCA74;
    padding: 0 0 2px 0;
    border: 1px solid #8BC05C;
    background-color: #363636;
    font-size: 11px;
    display: block;
    height: 20px;
    width: 100px;
}

.greytext11 {
	color: #DdDdDd;
	font-size: 11px;
}

.signature {
	color: #6FD7F5;
	font-size: 14px;
	font-style:italic;
}

.title {
	font-size: 25px;
	color: #FEBF00;
}

.title2 {
	font-size: 18px;
	color: #A6D080;
}

.title3 {
	font-size: 13px;
	font-weight: bold;
	color: #6FD7F5;
}

.yellowtext {
	color: #FEBF00;
	font-size: 13px;
}

.yellowtext11 {
	color: #FEBF00;
	font-size: 11px;
}

.yellowtext16 {
	color: #FEBF00;
	font-size: 16px;
}

