body {
font-family: "Arial Unicode MS";
/*background-image:url(images/mainbg.jpg);*/
background-color:#FFFFFF;
color: #000033;
font-size:12px
}

table { 
/*border-color:#000033; */
background-position:center; 
background-repeat:no-repeat;
}

.subHeading{
font-family: "Arial Unicode MS";
font-size:20px;
font-weight:bold;
color:#FFFFFF;

}

h1 {
font-size: 24px;
font-family: "Times New Roman";
}

h2 { 
font-size:14px; 
text-align:left;
}

h3 {
font-size:12px;  
}

h4 { 
font-size:12px; 
text-align:center; 
font-style:oblique;  
}

h5{
font-family:"Courier New", Courier, monospace;
font-size:14px;
text-align:center;
}

p.small {
font-size:11px; 
text-align:left;
}
p.smallbold{
font-size:9px;
font-weight:bolder;
}

p { 
font-size:14px; 
}

p.bigRed{
font:"Bookman Old Style";
font-size: 26px;
font-style:oblique;
font-weight:700;
color:#FF0000;
}

p.quote { font-family: "Courier New", Courier, monospace;
font-size:16px; 
color: #990000;
font-weight: 800;
text-align:center;
}

p.sponsors { 
font-size:36px;  
font-style:oblique; 
text-align:center;
}



font { 
font-size:24px; 
}


a:link {
color: #0066FF;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a:visited  {
color: #FF0000;
text-decoration:none;
}

.main {
width:200px;
border:1px solid black;
}

.month {
background-color:#000033;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:#000033;
background-color:#FFFFFF;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}



