
/* BODY CONTROLS */
.playa_body {
  background-image: url(http://www.stagger.net/common_graphics/playa_tile.gif);
  background-repeat: repeat; 
  font-family: Arial;
}
.commentary_body {
  background-color: #FFFF99;
  font-family: Arial;
}

/* Changes the colors on the scroll bar */
body, html {
  scrollbar-face-color: #3399ff;
  scrollbar-shadow-color: #ccccff;
  scrollbar-highlight-color: #ccccff;
  scrollbar-track-color: #ccccff;
  scrollbar-arrow-color: #000033;
  text: "#003300" 
  link: "#0033CC" 
  vlink: "#660000" 
  alink: "#CC0000" 
}

/* FONT CONTROLS */
.playa_text {
  font-size: 20pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #003333;
  text-indent: 0in;
  text-align: left;
  text_transform: none;
}
.playa_text_centered {
  font-size: 20pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #003333;
  text-indent: 0in;
  text-align: center;
  text_transform: none;
}
.playa_quote {
  font-size: 16pt;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #000099;
  text-indent: 0.5in;
  text-align: center;
  text-transform: none;
}
.underline { text-decoration: underline; }
.playa_headline {
  font-size: 3em;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-indent: 0pt;
  text-align: center;
  text-transform: capitalize;
}
.playa_subheadline {
  font-size: small;
   font-family: Georgia, serif;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-indent: 0pt;
  text-align: center;
  text-transform: capitalize;
}
.playa_list {
  font-size: 25pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-indent: 0pt;
  text-align: center;
  text-transform: capitalize;
}
  .commentary_text {
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  font-style: normal;
  font_weight: normal;
  color: #003333;
  text-indent: 0.5in;
  text-align: left;
  text-transform: none;
}   
.tiny_text : {
  font-size: x-small;
  font-family: Arial, sans-serif;
  font-style: normal;
  font_weight: normal;
  color: #003333;
  text-indent: 0.5in;
  text-align: left;
  text-transform: none;
}
.center_text: {
text_align: center;
}
.comm2 {
  text-align: right;
} 
.align_left {
  float: left;
  margin-right: 1em;
} 
.align_right {
  float: right;
  margin-left: 1em;
} 

/* Link Colors */
a: link {
  color: #6633FF;
} 
a:visited {
  color: #FF6600;
} 
a:hover {
  color: #FF5522;
}
#menulink {
  display: none;
}
.commentary_headline {
  font-size: 2em;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-indent: 0.5in;
  text-align: left;
  text-transform: capitalize;
}

ul {
  list-style-image: url(http://www.stagger.net/common_graphics/myicon.ico);
}

