/*
  Coal style by Annie Roi
  For www.audiomaniac.com
*/


 /* General page style */
body  {
background-color: #67686c; }


/* General font families for common text */
font,th,td,p { 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* Color and style for hyperlink */
a:link,a:active,a:visited  {
color: #f5f5f5 }

a:hover		  {
color: #ff8c00;
text-decoration: underline }


/* Horizontal barre style and color */
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	  {
background-color: #8a8c91;
border: dotted 1px #c0c3c9 }

/* Color and style of title H1,H2,H3... */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF03;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
