body, td { background-color: white; }

body, td, h1,h2,h3,h4,h5,h6, div, p, a, font,
span, .fontprct1, .fontprct2, small, strong
{ font-family: arial,sans-serif; }

/* custom styles */
.fontprct1 {font-size:83%;}
.fontprct2 {font-size:75%;}

pre.code {
	border: 2px solid #003B62;
	font-family: verdana;
	background-color: #B5CFE0;
	font-size: 70%;
	padding: 5px 5px 20px 5px;
	overflow-y : hidden;
	position : relative;
	overflow: auto;
	width: 90%;
	left: 3%;
}
