/* CSS definition file containing site wide stylesheets */

.detail:active {
	font-size: 14px;
 	color: rgb(153,153,102)
}

.detail:link {
	font-size: 14px;
 	color: rgb(51,51,102)
}

.news:link {
	font-size: 11px;
 	color: rgb(153,153,102);
 	text-decoration: none 
}

.news:active {
	font-size: 11px;
 	color: rgb(153,153,102);
 	text-decoration: none 
}

.detail:visited {
	font-size: 14px;
 	color: rgb(51,51,102)
}

.news:visited {
	font-size: 11px;
 	color: rgb(153,153,102);
 	text-decoration: none 
}

.detail:hover {
	font-size: 14px;
 	color: rgb(153,153,102)
}

.news:hover {
	font-size: 11px;
 	color: rgb(51,51,102);
 	text-decoration: none 
}
