/* CSS Document */

.main {
width:200px;
border:1px dark gray;
}

.month {
background-color:#6699cc;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#6699cc;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}


A {
  color: blue;
  text-decoration: none;
  text-transform: none;
}

A:hover {
  color: blue;
  text-decoration:  underline;
  text-transform: none;
}
a.nav { color: ffffcc; font size=11; text-decoration: none; text-transform: uppercase; FONT-WEIGHT: bold  }
a.nav:link { color: ffffcc; text-decoration: none; text-transform: uppercase }
a.nav:visited { color: ffffcc; text-decoration: none }
a.nav:hover {  color: ffffff; text-decoration: underline; text-transform: uppercase }
a.nav:active { color: ffffff; text-decoration: underline; text-transform: uppercase }
body 
{	font-family: Verdana;}

a.home { color: ffffcc; font size=11; text-decoration: none; text-transform: uppercase; FONT-WEIGHT: bold  }
a.home:link { color: ffffcc; text-decoration: none; text-transform: uppercase }
a.home:visited { color: ffffcc; text-decoration: none }
a.home:hover {  color: ffffff; text-decoration: underline;  }
a.home:active { color: ffffff; text-decoration: underline;  }
body 
{	font-family: Verdana;}