/*Copyright 2009, Charles Gran*/

body { 
	 text-align: center;
	 margin: 15px 0px;
	 padding: 0px;
	 text-align: center;
}
	
#container {
	line-height: 135%;
	font-size: 11pt;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	font-family: "Georgia", serif;
	text-align: justify;
}

H1	{
	font-size: 14pt;
}

H2	{
   font-size: 13pt;
}

H3	{
	font-size: 12pt;
}

a:hover {
	color: Red;
}

img {
	border-color: #163F43;
}

P.bar {
     text-align: center;
}

HR {
	height: 2pt;
}

img {
	border-color : Black;
}




