/* CSS for dumb browsers */
/* These get replaced by medsource.css if the browser understands @import */

body {
	margin: 0;
	padding: 5%;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
}

.hidden {text-indent:-9999px;}