/* 
    Document   : news
    Created on : 17-Dec-2008, 12:59:18
    Author     : Mark
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.newsTitle {
    color: #FCD307;
}

.newsLink:link {
	font-weight : normal;
	text-decoration : none;
	color: #FCD307;
	font-size: 12px;
	line-height: 17px;
	background: transparent;
	}

.newsLink:visited {
	font-weight : normal;
	text-decoration : none;
	color: #FCD307;
	font-size: 12px;
	line-height: 17px;
	background: transparent;
	}

.newsLink:hover {
	font-weight : normal;
	text-decoration : none;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	background: #FCD307;
	}

.newsLink:active {
	font-weight : normal;
	text-decoration : none;
	color: #FCD307;
	font-size: 12px;
	line-height: 17px;
	background: transparent;
}

#lyrics {
    color: #FCD307;
}