body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 10pt;
	color: #161835;
	background-color: bfa36d;
	}

a:link {
	color : #161835;
	text-decoration : underline;
      }
a:visited {
	color : #161835;
	text-decoration : underline;
      }
a:active {
	color : #161835;
	text-decoration : underline;
      }
a:hover {
	color : #bfb46d;
	text-decoration : underline;
      }

#navigation a:link {
	color : #161835;
	text-decoration : none;
      }
#navigation a:visited {
	color : #161835;
	text-decoration : none;
      }
#navigation a:active {
	color : #161835;
	text-decoration : none;
      }
#navigation a:hover {
	color : #bfb46d;
	text-decoration : underline;
	  }

#navigation {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 10pt;
    text-align: right;
    }

#content {
	margin:10px 10px 10px 10px;
	padding:0px;
	font-size: 10 pt;
	}

#smallcontent {
	margin:10px 10px 10px 10px;
	padding:0px;
	font-size: 8pt;
	color: cdd0ff;
	}

#smallcontent a:link {
	color : #9ca2ff;
	text-decoration : underline;
      }
#smallcontent a:visited {
	color : #9ca2ff;
	text-decoration : underline;
      }
#smallcontent a:active {
	color : #9ca2ff;
	text-decoration : underline;
      }
#smallcontent a:hover {
	color : #ffffff;
	text-decoration : underline;
	  }

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 16pt;
	color: #300089;
	}

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size:12pt;
	color:#4d7f9b;
    }
