
/* CU FENCING */
/* This file defines the styles used in the HTML pages. */

.MonthStyle
{
   font-variant: small-caps;
   font-family:  tahoma;
   font-size:    95%;
}

/* TO AFFECT ALL HYPERLINK TAGS */
A
{
   font-variant: small-caps;
   font-family:  tahoma;
   font-size:    95%;
   font-weight:  bolder;
   text-decoration: none;
}

/* TO AFFECT ALL HYPERLINK TAGS (AFTER PRESSING THE MOUSE BUTTON DOWN...I THINK) */
A:link
{
   color: #FF0000;
   background-color: transparent;
}

/* TO AFFECT ALL HYPERLINK TAGS (AFTER HAVING VISITED THE LINK) */
A:visited
{
   color: #FF0000;
   background-color: transparent;
}

/* TO AFFECT ALL HYPERLINK TAGS (WHEN HOVERING) */
A:hover
{
   text-decoration: underline;
   background-color: transparent;
   color: #BB2345;
}

.NormalLink
{
   font-variant: normal;
   font-family:  "Times New Roman";
   font-size:    95%;
   font-weight:  normal;
}

.ClassLink
{
   font-variant: normal;
   font-family:  "Times New Roman";
   font-size:    95%;
   font-weight:  bolder;
}

/* TO AFFECT ALL BODY TAGS */
Body
{
   background-color: #FFF5EE;
}

/* FOR TITLES ON THE VARIOUS PAGES */
.Title
{
   font-family: verdana;
   font-size:   200%;
   font-weight: bolder;
   color:       #0099FF;
   text-align:  center;
}

/* FOR SUBTITLES ON THE VARIOUS PAGES */
.SubTitle
{
   font-family:     verdana;
   font-size:       180%;
   font-weight:     bolder;
   color:           #0000FF;
   text-align:      center;
}

.cleverQuote
{
   font-size: larger;
   font-style: italic;
}

/* hopefully removed from use.
.LargerFont
{
   font-size: larger;
}
*/

/* FOR THE EVENTS ON EVENTS PAGE */
.Entries
{
   font-family: "Courier New";
   font-size:   80%;
}

/* 2002-2003 Schedule Groups */
.Blank      { background: #FFFFFF; }
.National   { background: #FFFF99; }
.CC         { background: #00FF00; }
.Other      { background: #CCFFCC; }
.Qualifiers { background: #FFCC00; }
.Youth      { background: #CC99FF; }
.Summer     { background: #00CCFF; }

/* 2003-2004 Schedule Groups */
.Sept       { background: #FFFFE0; }
.Oct        { background: #FFDEAD; }
.Nov        { background: #FFC0CB; }
.Dec        { background: #F0F8FF; }
.Jan        { background: #DCDCDC; }
.Feb        { background: #FFE4E1; }
.Mar        { background: #FAEBD7; }
.Apr        { background: #E6E6FA; }
.May        { background: #E0FFFF; }
.Jun        { background: #B0E0E6; }
.Jul        { background: #87CEFA; }


/* FOR ALL THE IMAGES IN THE GALLERY */
.Pic
{
   width:  400px;
   height: 300px;
}

/* FOR ALL THE IMAGES IN THE GALLERY */
.PicV
{
   width:  300px;
   height: 400px;
}

/* FOR THE SECTION-HEADERS ON THE LINKS PAGE */
.Region
{
   font-size:       95%;
   font-weight:     bolder;
   text-decoration: underline;
   text-align:      center;
   font-family:     tahoma;
}

/* FOR THE MAP IMAGES ON THE LINKS PAGE */
.LinksMap
{
   width:  356px;
   height: 309px;
}

/* FOR THE LAST-MODIFIED TEXT ON THE HOME PAGE */
/*
.SmallText
{
   font-size:   85%;
   font-family: tahoma;
   text-align:  center;
}
*/

.Cal1
{
   font-variant: small-caps;
   text-decoration: underline;
   color: blue;
}

.status
{
  text-align: center;
  font-variant: small-caps;
  font-size: 125%;
}

/* EVERYPAGE MENU */
table.menu td {
  text-align: center;
  padding-right: 5px;
}

