
  body { background-image: url(../backgnd1.png);
    background-color: rgb(204, 204, 204);
    font-size: 12pt;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    }

  p { font-size: 14px;
    font-family: arial;
    margin-top: 0;
	margin-bottom: 5px;   
	}

  h3 { 
    margin-top: 0;
	margin-bottom: 5px;   
	}

  td { color: rgb(0, 0, 153);
    font-size: 10pt;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    }

  th { color: rgb(0, 0, 153);
    font-weight: normal;
    font-size: 12pt;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    }
 
  div { text-align: center;
    }
	
  ul li {
    float: left;
    margin: 10px;
    }

  .bold { color: rgb(0, 0, 153);
    font-weight: bold;
    }

  .bigbold { font-size: 14px;
    color: rgb(0, 0, 153);
    font-weight: bold;
    }

  .verybig { font-size: 24px;
    color: rgb(0, 0, 153);
    font-weight: bold;
    }

  a:link { color: rgb(0, 0, 153);
    text-decoration: none;
    }

  a:visited { color: rgb(0, 0, 153);
    text-decoration: none;
    }

  a:hover { color: rgb(0, 0, 153);
    text-decoration: underline;
    }

  img { max-width: 90%;
    }


