Body{
	width: 100%;
	margin: 15px;
	Background-color: #FFFFFF;
	Font-family: Arial, Helvetica, Sans-Serif;
	Font-size: 44px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: Bold;
	background-image: url(/images/bottom_border.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

	}
 img { 
	width: 100%;
	}
a:link, a:visited {
	text-decoration: underline;
	color: #0000CC;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #660066;
	}