

/* Presentation Stylesheet */ 

p {
 margin-bottom: 20px;
 margin-top: 0px;
 color:#333333;
 background-color: transparent;
 text-align:left;
 }

#news .news, #about .about, #faq .faq, #images .images, #rss .rss, #contact .contact, #music .music, #order .order, #pressPack .pressPack
 /*Enlarge the menu menu item you are visiting*/
 { 
 font-size: large;
 }

h1 {/*
 margin-top: 20px;
 margin-left: 20px;
 margin-right: 20px;*/
 text-transform: capitalize;
 color: #555555;
 font-size: x-large;
 font-weight: bold;
 clear: left;
 }

h2 {/*
 margin-left: 20px;
 margin-right: 20px;*/
 margin-top: 50px;
 margin-bottom: 20px;
 text-transform: capitalize;
 color: #007700;
 font-size: x-large;
 font-weight: bold;
 clear: left;
 }

h3 {
 margin-bottom: 1px;
 margin-top: 20px;
 text-transform: capitalize;
 color: #007700;
 font-size: medium;
 font-weight: bold;
 clear: left;
 }

h4 {
 margin-bottom: 0px;
 text-transform: capitalize;
 color: #007700;
 font-size: small;
 font-weight: bold;
 clear: left;
 }
/*
img a {
	border: 10px solid;
	}
*/
/*
a:img {
	border-style: solid;
	border-width:2px;
	}
*/
a:link {
	color: blue;
	font-weight: bold;
	}


	
a:visited {
	color: purple;
	font-weight: bold;
	}
