/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #110000;
}
td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td p{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	color: #CC0000;
    outline: none;
}
a:hover {
	color: #FFCC00;
}

#menu{
    margin: 10px 0 0 30px;
}
#menu a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 3px;
}

#menu a:hover{
    color: blue;
    padding-left: 30px;
}

.style1 {
	color: #000000;
	font-weight: bold;
}
.header {	font-weight: 900;
	color: #009999;
	font-size: 14px;
}
.style2 {color: #C5D28D}
.style3 {color: #EADD99}

.about { 
background-image: url(images/about_05.gif); 
background-repeat: no-repeat; 
}


.news { 
background-image: url(images/newsShows_05.gif); 
background-repeat: no-repeat; 
}

.music { 
background-image: url(images/music_05.gif); 
background-repeat: no-repeat; 
}

.contact { 
background-image: url(images/contact_05.gif); 
background-repeat: no-repeat; 
}

.gallery { 
background-image: url(images/gallery_05.gif); 
background-repeat: no-repeat; 
}

.sold {
	color: #FF6600;
	font-weight: bold;
}
 
-->
</style>
