
<!-- MothWeek.css -->


<style type="text/css" MEDIA=screen>

@charset "UTF-8";

body { 
  color:             #000000; 
  background-color:  #bbbbbb; 
  padding-left:          3em; 
  padding-right:         3em; 
  font-size:          medium;
  width:                100%;
  }

figcaption {
  font-size:          medium;
  text-align:	      center;
  }

basefont {
	color:	#777777;
  size:		      medium;
  }

p {
  font-size:          medium;
  vertical-align:        top;
  color:             #000000; 
  }

hr {
  color:             #44bb00; 
  width:	        100%;
  }

a:link, a:visited, a:hover, a:active {
  font-family:        italic; 
  color:             #007700; 
  text-decoration:      none; 
  font-size:          medium; 
  line-height:          100%; 
  font-style:         italic; 
  }

table { 
  width:	       100%;
  border-collapse: collapse;
  padding-left:         2em;
  padding-right:        2em;
  }

tr {
    width:             100%;
  }

td {
  color:            #000000; 
  vertical-align: 	top;
  padding-left:         1em;
  padding-right:        1em;
  vertical-align:       top;
  }


h1 { 	
  font-family:         serif; 
  font-size:        xx-large; 
  color:             #ffffff; 
  font-weight:          bold; 
  line-height:          60%; 
  vertical-align:       top;
  }

h2 { 
  font-family:         serif; 
  text-align:           left; 
  color:             #ffffff; 
  font-size:         x-large; 
  font-weight:           100; 
  line-height:           80%; 
  vertical-align:        top;
  }

h3 { 
  font-family:         serif; 
  text-align:           left; 
  font-size:           large; 
  line-height:           60%; 
  color:             #88cc00; 
  vertical-align:        top;
  }

h4 { 
  font-family:         serif; 
  color:             #ffffff; 
  text-decoration:      none; 
  font-size:          medium;
  line-height:          100%; 
  text-align:           left; 
  vertical-align:        top;
  font-weight:           100; 
  }


h5 { 
  padding-left:         3em; 
  font-family:         sans; 
  font-size:         medium; 
  font-weight:       normal; 
  line-height:         150%; 
  color:            #000000; 
  vertical-align:       top;
  }

h6 { 
  padding-left:         3em; 
  text-align:          left; 
  color:            #ffffff; 
  font-size:          small; 
  font-weight:          100; 
  line-height:         -50%; 
  vertical-align:       top;
  }

blockquote { 
  font-family:        serif;
  background:       #000000;
  font-weight:          500;
  vertical-align:       top;
  margin-left:         20px;
  margin-right:        15px;
  vertical-align:       top;
  }

img {
  vertical-align:	top;
  }
	
	
pre { 
  font-family:         mono;
  font-weight:        light;
  font-size:           11pt; 
  }

sup {
  vertical-align:     super;
  font-size:       xx-small;
  color:            #000000;
  }

sub { vertical-align:   sub;
  font-size:       xx-small;
  color:            #000000;
  }



</style>

















