/* CSS Document */
body, select {
	font-family:"Roboto",Arial,sans-serif;	
	color:#666;
}
div.body {
	overflow:visible;	
}
em {
	white-space: normal;
}
select {
	font-size:16pt;	
}
a {
	color:#0076bf;
	text-decoration:none;
	 /* These are technically the same, but use both */
	  overflow-wrap: break-word;
	  word-wrap: break-word;
	
	  -ms-word-break: break-all;
	  /* This is the dangerous one in WebKit, as it breaks things wherever */
	  word-break: break-all;
	  /* Instead use this non-standard one: */
	  word-break: break-word;

}

a:visited {
	color:#0076bf;	
}
a:hover {
	text-decoration:underline;	
}
#linkDisplay {
	width:93%;
	overflow:visible;
}