/* Global settings */
body, html {
	font-family:		Verdana, Arial, sans-serif; 
	font-size: 			11px;
	color: 				#9195A4;
	background-color: 	transparent;
	font-weight: 		normal;
}
strong {
	font-family:		Arial black, sans-serif; 
	font-size: 			10px;
	color: 				#9195A4;
	background-color: 	transparent;
	font-weight: 		normal;
}

/* Default link settings */
a, a:visited {
	color: 				#0083A3;
	font-weight: 		normal;
	text-decoration: 	underline;
	background-color: 	inherit;
}
a:hover, a:active {
	color: 				#0083A3;
	text-decoration: 	underline;
	background-color: 	inherit;
}