body {
	font-family: Verdana, Arial, sans-serif;

	color: #231833;
	background: #F5FFCC;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a { text-decoration: none; }
a:link { color: #521F99; background: transparent }
a:visited { color: #521F99; background: transparent }
a:active { color: #9D7ACC; background: transparent }
a:hover { color: #4D7ACC; background: transparent }

h1, h2, h3, h4, h5, h6 { color: #463066 }

p, ul, ol {
  margin-left: 2em;
}

.center {text-align: center}
.right {text-align: right }
.left {text-align: left }


#Header {
  padding:5px 20px 5px 20px;
  border-style:solid;
  border-color:black;
  border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
  background-color:#FFE7CC;
  line-height:0px;   
}

.headertext {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

#Content {
  margin:50px 100px 10px 100px;
  padding:10px;  
}
