/* Coding and design by Hillbilly Rockstar Designs
URL: http://hillbilly-rockstar.com
EMAIL: fanlistings@hillbilly-rockstar.com
*/

body {
	background-color: #2ea8c7;
	background-image: url(bdbkg.png);
	background-repeat: repeat-y;
}
body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height:15px;
	color: #a5d2d7;
	letter-spacing:1.5px;
}
a {
	font-size: 8pt;
	color: #71b3bf;
	font-weight: bold;
	border-bottom: 1px dotted #03414b;
	text-transform:uppercase;
	letter-spacing:1px;
}
a:link {
	text-decoration: none;
	color: #57abcc;

}
a:visited {
	text-decoration: none;
	color: #012b33;
}
a:hover {
	text-decoration: none;
	color: #012b33;
}
a:active {
	text-decoration: none;
	color: #012b33;
}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:1px;
	border-bottom: 1px dotted #03414b;
	margin-left: 0px;
	margin-right: 5px;
}

input, textarea, select, option {
        background-color: #2ea8c7;
        color: #a5d2d7a;
	letter-spacing:1.5px;
	font-size: 10px;
	line-height:15px;
        border: 1px dotted #03414b;
        padding: 1px; 
        font-family: Verdana, sans-serif;
}

div#credit {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height:12px;
	color: #a0cfd4;
	letter-spacing:1px;
}

