body  {
	font: 14px Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #ffffff;
	background-image: url(../images/yellow_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

h1{
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	vertical-align: bottom;
	color: #DDCE48;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	color: #eedd4f;
	text-align: left;
	font-weight: bold;
}


h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #eedd4f;
	padding: 0;
	font-weight: bold;
}


hr {
	border: none 0;
	border-top: 1px dashed #eedd4f;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: center;
}

.imgBorder {border: 3px solid #000000;}
.imgBorder a:hover {border: 3;solid #000000}
