

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body
/*{
    font: 16px arial;
}*/
/* these are the font styles for the links that appear on your web page */
/*a:link {font: bold 13px arial; color: #000080; text-decoration: none;} 
a:active {font: bold 13px arial; color: #FF0000; text-decoration: none;}
a:visited {font: bold 13px arial; color: #000080; text-decoration: none;}
a:hover {font: bold 13px arial; color: #AF0020; text-decoration: underline;}*//*this one changes the mouseover or hover state of the link*/

/* Added for AMA Event Box */

.wrapper
{
    /* remove this to have the page load at full width */
    width: 150px;
a:link {font: bold 10px arial; color: #000080; text-decoration: none;} 
a:active {font: bold 10px arial; color: #FF0000; text-decoration: none;}
a:visited {font: bold 10px arial; color: #000080; text-decoration: none;}
a:hover {font: bold 10px arial; color: #AF0020; text-decoration: underline;}
}

.results { font-size: 12px; line-height: 120%; }

.schedule {
   font-size: 12px;
   color: #000000; 
   margin-top: 6px;
   margin-bottom: 0px;
   }
   
.columnboxheader {
   padding: 6px;
   margin-top: 7px;
   background-color: #336699;
   }
   
.columnbox { background-color: #FFFFFF; background-image: none; margin-bottom: 8px; padding: 7px; border: 1px #003366 solid; }

