body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10;
	padding: 5;
	background-color: #FFF;
	color: #000;
}


H1{
	color: #000;
	background-color: transparent;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 4px;
	margin-top: 4px;
}

H2{
	color: #000; 
	background-color: transparent;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 7px;
}

H3{
color: #FF0000; background-color: transparent;
font-size: 12px;
margin-bottom: 7px;
}


.borderblack {
border: 1px solid black;
margin: 5px;
}

.borderFixed {
	border: 1px solid black;
	margin: 5px;
	height: 200px;
	width: 350px;
}

.borderFixed2 {
	border: 1px solid black;
	margin: 5px;
	height: 250px;
	width: 350px;
}

