body {
	background-image:  url("imgs/softlexbg1.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	color: #9B224B;
	position: relative;
	padding-top: 200px;
	padding-left: 200px;
	width: 500px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003333;
	position: relative;
	width: 500px;
}
.Navigation {
	position: absolute;
	top: 160px;
	left: 180px;
	width: 600px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9F204B;
	font-weight: bold;
    }                  /*have the navigation elements better separated*/
.box {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 2px;
	border: 1px solid #9B224B;
	position: relative;
	bottom: 10px;
	width: 500px;
	text-align: center;
	padding: 2px;
  }
a:link {
	text-decoration: underline;
	color: #9F204B;
}
a:visited {
	color: #9F204B;
}
a:active {
	color: #9F204B;
}
a:hover {
	text-decoration: none;
	color: #9F204B;
}

