@charset "utf-8";
/* CSS Document */
body {
	background-color: #A2B1AE;
}
body,td,th {
	font-size: 14px;
	color: #011530;
}
a:link {
	color: #009;
}
a:visited {
	color: #F06;
}
a:hover {
	color: #F06;
}
a:active {
	color: #C00;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Comic Sans MS, cursive;
}
h1 {
	font-size: 36px;
	color: #3A3276;
}
h2 {
	font-size: 24px;
	color: #3A3276;
}
h3 {
	font-size: 10px;
	color: #3A3276;
}
h4 {
	font-size: 16px;
	color: #3A3276;
}
h5 {
	font-size: 18px;
	color: #FFF;
}
.style1 {font-size: 16px}
.style2 {font-size: 24px}
.style3 {font-size: 14px}

.VBS1 {
	font-family: Script, cursive;
	font-size: 36px;
	color: #303;
	text-decoration: blink;
	font-style: italic;
	font-variant: small-caps;
}
h6 {
	font-size: 18px;
	color: #3A3276;
}
table {
    font: 100% Comic Sans MS, cursive;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
	column-width: 14%;
    }
/* Styling for the column headers (days of the week) */
th {
    font: 100% Comic Sans MS, cursive;
    padding: 0 0.5em;
    text-align: center;
    background-color: #333366;
    color: white;
	font-size: 18px;
	height: 30;
    }
/* Styling for the individual cells (days) */
td  {     
    font: 100% Verdana, Geneva, sans-serif;
    font-size: 14px;
    padding: 0.25em 0.25em;   
    width: 14%; 
    height: 50px;
    vertical-align: top;
    }
/* Styling for the date numbers */
.date  {
	font-size: 16px;
	padding: 0.25em 0.25em;
	text-align: left;
	vertical-align: top;
	color: #336;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	font-family: "Lucida Handwriting";
    }
/* Class for individual days (coming in future release) */
.sun {
     color: red;
     }
   
