body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 10pt;
	color: #000000;
	background-color: ab0005;
	}

a:link {
	color : #f40007;
	text-decoration : underline;
      }
a:visited {
	color : #f40007;
	text-decoration : underline;
      }
a:active {
	color : #f40007;
	text-decoration : underline;
      }
a:hover {
	color : #ff8083;
	text-decoration : underline;
      }

#navigation a:link {
	color : #180c7f;
	text-decoration : none;	
  	  }
#navigation a:visited {
	color : #180c7f;
	text-decoration : none;
	  }
#navigation a:active {
	color : #180c7f;
	text-decoration : none;
	  }
#navigation a:hover {
	color : #656s7f;
	font-style: italic;
	text-decoration : underline;
	  }

#navigation {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, Serif;
        font-size: 14pt;
    }

#picture {
	position:absolute;
		left:600;
		top:250;
	}	

#content {
	margin:10px 10px 10px 10px;
	padding:0px;
	font-size: 11 pt;
	}

#smallcontent {
	margin:10px 10px 10px 10px;
	padding:0px;
	font-size: 8pt;
	}

#smallcontent a:link {
	color : #f40007;
	text-decoration : underline;
      }
#smallcontent a:visited {
	color : #f40007;
	text-decoration : underline;
      }
#smallcontent a:active {
	color : #f40007;
	text-decoration : underline;
      }
#smallcontent a:hover {
	color : #ff8083;
	text-decoration : underline;
	  }

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 14pt;
	color: #0092F4;
	}

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size:12pt;
	color:#02AB00;
    }
    
h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size:11pt;
	color:#f47900;
    }