/* CSS Document */

body {
    font-size:80.5%;
	line-height:1.5em;
	background-color: #EED95F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image:  url(http://www.singingrooster.org/wallpaper.gif);
	background-repeat: no-repeat;
	list-style-type: square;
}
h1 {
	font-size: 17px;
	color: #ffffff;
	line-height: 25px;
}

h2 {
	font-size: .875em;
	color: #ffffff;
	line-height: 25px;
}

h3 {
	font-size: 1em;
	color: #63451c;
}
h4 {
	font-size: .9em;
	color: #ffffff;
}
a:link {
	color: #6AD6EF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bolder;
}
a:visited {  
    color: #6AD6EF; 
	text-decoration: none
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bolder;
}
a:hover {  color: #ffffff; text-decoration: none}

.goat:link {  color: #3399CC; text-decoration: none}
.goat:visited {  color: #3399CC; text-decoration: none}
.goat:hover {  color: #00cccc; text-decoration: none}

.gold:link {  color: #ffffff; text-decoration: none}
.gold:visited {  color: #ffffff; text-decoration: none}
.gold:hover {  color: #ffcc66; text-decoration: none}

img
{  border-style: none;
}