@charset "iso-8859-1";
/***********************************************/
/* Jobecca.css                             */
/* style set for news pages                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:link {
	color: #8fa9c4;
}
a:visited {
	color: #8fa9c4;
}
a:hover {
	color: #48729e;
}
a:active {
	color: #48729e;
}

.sidenav {
	font-size:12px;
	text-decoration: none;
}

.here {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	color: #48729e;
}

p {
	margin: 10px 0px;
}