body {
background-color: #ffffff; /* Main Background Color */
color: #000000
font-family: verdana;
}
table.user {
background-color: #ffffff; /* Background Color Where day names are(i.e. Sunday) and where the drop downs are. */
}
table.mainTable {
background-color: #990000; /* Main Table Color, Content Area */
}
td.user {
background-color: #ffffff; /* Background Color Where day names are(i.e. Sunday) and where the drop downs are. */
}

td.liveday {
background-color: #660000; /* Background color of active day squares */
}

td.deadday {
background-color: #996666; /* Background color of empty day squares */
}

.daysfont {
font-family: Verdana, Arial;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-decoration: none;
color: #660000; /* Font color of day names */
}
.month {
font-family: Verdana, Arial;
font-size: 24px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #ffffff; /* Font color of month heading */
}
.number {
font-family: Verdana, Arial;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #FFFFFF; /* Font color of day numbers */
text-decoration: none;
}
.event {
font-family: Verdana, Arial;
font-size: 10px;
color: #ffff00; /* Event link color */
text-decoration: none;
}
.eventLink {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #ffff00; /* Event link color.  SHould match above */
text-decoration: none;
}
.addleft {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #333333;
text-decoration: none;
}
.addHead {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.addEvent {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.AddRight {
font-family: Arial;
font-size: 14px;
color: #000000;
}

.back {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.toplink {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.topnonlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.viewEvent {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CC0000;
text-decoration: none;
}
.delete {
font-family: Verdana, Arial;
font-size: 10px;
font-weight: bold;
color: #CC0000;
text-decoration: none;
}
.viewall {
font-family: Verdana, Arial;
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}
.heading {
color: #000000;
font-weight: bold;
}