/* <link href="style.css" rel="stylesheet" type="text/css"> */
body {
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	background-color:#f4de5e;
}
.text {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	}
.heading {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#da9411;
	font-weight:200;
	}
.heading2 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#34491D;
	}
.links {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#da9411;
	}
.background {
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}