@charset "UTF-8";
/* Typography CSS  */


/*font colour change when hover*/

a:link {
	color: black;
	text-decoration: none;
}
a:visited { 
	color: black;
	text-decoration:none;
}
a:hover {
	color: #999;
}

/*current page*/

.currentpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}	

/*Text highlight*/ 

.text-highlight {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCC;
	font-color:#000;
	padding: 4px;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}

.text-underline{
	text-decoration:underline;
}
