/* HTML elements */
body{
	margin: 5px;
	padding: 10px;
	font-family: Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #000000;
	border-left: 1px solid black;
}

h3{
	font-size: 18px;
	font-weight:bold;
	line-height:1.3em;
}
h5{
	font-size: 16px;
	font-weight: bold;
	line-height:1.3em;
}
acronym, strong>em{
	font-weight: bold;
	font-style: italic;
}
input, textarea, form table{
	display: none;
}
#content{
	line-height: 1.4em;
	width: 80%;
}
.hidden{
	display:none;
}

