#navigation, #footer, .noprint { display: none; }

body { 
width: 650px;
font-family: Arial, "Times New Roman", Times, serif; 
font-size: 14px; 
color: #000000; 
background-color: #FFFFFF; 
} 
#message{
	width: 650px;
	color : Black;
	background-color: White;
	top : 185px;
	height : 500px;
	text-align: justify;
	font-size : 10pt;
	padding-left : 20px;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-right : 20px;
}

#contact{
	text-align: center;
	width : 650px;
}

H1 { 
color: #000000; 
} 

H2 { 
color: #000000; 
} 

H3 { 
color: #000000; 
} 

td{
	vertical-align: text-top;
	border-bottom-color : Green;
	border-bottom-style : dashed;
	border-bottom-width : thin;
	padding : 10px;
}
.group{
	color : Black;
	font-weight : bold;
	font-size : larger;
}

