/***********************************************/
/* File:      styles.css                       */
/* Function:  main background style sheet      */
/***********************************************/
/*                                             */
/*  Author:   Reid Weske - California WebWise  */
/*  Created:  03/13/18                         */
/*                                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/*********  styles **************/

#MainTable {
    width: 700px;
	margin: auto;
    background-color: #FFFFFF;
    border: 2px;
	border-color: #000000;
    opacity: 0.67;
  /*  background: transparent;*/
}


/*************  end of fle ********************/