body {
  background: url(images/flag.jpg) top left;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 10px 10px 10px 10px;
}
/* div id for header section on each page */
#header {
  text-align:       center;
  margin:           10px 10px 10px 10px;
  height:           180px;
}
/* used in index.html */
#main {
  text-align:       left;
  font-size:        130%;
  margin:           30px 20px 10px 30px;
}
/* used in coaches.html */
#main_coaches {
  text-align:       left;
  font-size:        130%;
  margin:           5% 10% 10% 10%;
}
/* used in pre_post.html */
#main_prepost {
  text-align:       left;
  font-size:        130%;
  margin:           30px 20px 10px 30px;
}
/* used in contact_info.html */
#main_contact {
  text-align:       center;
  font-size:        130%;
  margin:           30px 20px 10px 30px;
}
/* used in lessons_info.html */
#main_lessons {
  text-align:       center;
  margin:           10px 30px 10px 10px;
}
/* used in thank_you.html */
#main_thankyou {
  text-align:       center;
  font-size:        130%;
  margin:           30px 20px 10px 30px;
}
/* used in its_a_game.html */
#main_iag {
  text-align:       left;
  font-size:        130%;
  margin:           30px 20px 10px 30px
}
/* used in youth_league_info.html */
#main_yli {
  text-align:       left;
  font-size:        130%;
  margin:           10px 30px 10px 10px;
}
/* used in standing_sheets.html */
#main_ss {
  text-align:       left;
  font-size:        130%;
  margin:           10px 30px 10px 10px;
}
/* used in ss_current.html */
#main_ssc {
  text-align:       left;
  font-size:        130%;
  margin:           10px 30px 10px 10px;
}
/* used in ss_archive.html */
#main_ssa {
  text-align:       left;
  font-size:        120%;
  margin:           10px 30px 10px 10px;
}
/* used in under_construction.html */
#main_uc {
  text-align:       center;
  font-size:        130%;
}
/* div id for rules div in index.html */
#rules {
  text-align:       center;
  font-size:        150%;
}
/* div id for main page special announcements div in index.html */
#spec_ann {
  color:            red;
  text-align:       center;
  font-size:        150%;
}
/* div id for navagation div at bottom of each page */ 
#nav {
  text-align:       center;
  color:            #ff0000;
  font-weight:      bold;
  width:            50%;
}
/* div id for archive division between announcements */ 
#archive {
  text-align:       center;
  color:            black;
  width:            100%;
}
/* div id for footer used at bottom of each page */
#footer {
  background-color: #c0c0c0;
  text-align:       center;
  padding:          10px;
  margin:           10px 10px 10px 0px;
  font-size:        90%;
}
/* standard formatting for h1 headers */
h1 {
  text-align:       center;
}
/* standard formatting for h2 headers */
h2 {
  text-align:       left;
}
/* standard formatting for h3 headers */
h3 {
  text-align:       right;
}
/* standard formatting for h5 headers */
h5 {
  text-align:       center;
}
/* standard formatting for td table data */
td {
  vertical-align:   top;
  padding-bottom:   15px;
}
/* ol class on its_a_game */
ol.its_a_game {
  width:            100%;
  margin:           10px 40px 10px 40px;
  list-style-type:  decimal;
}
/* li class used in ss_archive.html */
.pad_bottom {
  padding-bottom:   10px;
}

.cell_padding {
  padding:          20px;
}
/* ul class in main_prepost din in pre_post.html */
ul.inline {
  width:            100%;
  padding:          0;
  margin:           0;
  list-style-type:  none;
}
/* li class in header on each page */
li.inline {
  display:          inline
}
/* ul class in main_prepost div in pre_post.html */
ul.pre_post {
  width:            100%;
  padding:          0;
  margin:           40px;
  list-style-type:  disc;
}
/* standard formatting used on all links */
a {
  width:            6em;
  text-decoration:  none;
  color:            black;
  font-weight:      bold;
  background-color: #c0c0c0;
  padding:          0.2em 0.6em;
  border-right:     2px solid black;
}
/* standard formatting used on all links */
a:hover {
  background-color: #ff3300;
  color:            white;
}
/* a class on img for smart scholarship in scholarship.html */
a.scholar {
  text-align:       center;
  margin:           10px 15% 10px 45%;
}
/* table class used in main_coaches div in coaches.html */
table.coaches {
  margin:           0% 20% 0% 20%;
}
/* div class used in youth_league_info.html */
.yl_tables {
  float:            left;
  margin:           10px 15% 10px 35%;
  border:           0;
  border-collapse:  collapse;
}
/* div class used in stand_sheets.html */
.ss_tables {
  margin:           10px 20px 10px 20px;
  border:           0;
  border-collapse:  collapse;
}
/* div class used in ss_current.html */
.ssc_tables {
  margin:           10px 15% 10px 35%;
  border:           0;
  border-collapse:  collapse;
}
/* div class used in ss_archive.html */
.ssa_tables {
  margin:           10px 15% 10px 27%;
  border:           0;
  border-collapse:  collapse;
}
/* div class used in tournament_info.html */
.trny_tables {
  margin:           10px 15% 10px 27%;
  border:           0;
  border-collapse:  collapse;
}
/* div class used in index.html */
.index_tables {
  margin:           10px 15% 10px 30%;
  border:           0;
  border-collapse:  collapse;
}
/* table class used in announcements div in announcements.html */
table.pepsi {
  margin:           0% 15% 0% 15%;
}

