div.menu
{
		border:4px solid black;
        width: 600px;
        height: 100px;
		position: absolute;
        left: 50px;
		top: 20px;
        
}
div#content
{
		border:4px solid black;
        width: 600px;
		position: absolute;
		top: 118px;
        left: 50px;
        background: white;
        text-align: center;
}
div#loading
{
        position: absolute;
        top: 118px;
        left: 50px;
}
body
{
        background: #7BAF89;
}
div.menulink
{
		border:2px solid #D49200;
        background: white;
        text-align: center;
		width: 80%;
		position: relative;
		left: 10%;
		top: 10%;
}
div#testboard
{
		font-size: 36px; 
		text-align: center; 
		width: 200px;
		height: 100%;
		background: white;
		position: absolute;
		left: 200px;
		font-weight: bold;
}
div#leftside
{
		background: #006515; 
		width:200px; 
		height: 100%;
		position: absolute;
		
}
div#rightside
{
		background: #006515; 
		width:200px; 
		height: 100%;
		position: absolute;
		left: 400px;
		
}
div.menulink:hover
{
		border:2px solid #D49200;
        background: Gainsboro;
        text-align: center;
		width: 84%;
		position: relative;
		left: 8%;
		top: 10%;
}
div.day:hover
{
		border:1px solid red;
        background: ghostwhite;

}
div.dow 
{
		text-align: center; 
		margin: 0px; 
		border:1px solid black;
		width: 77px
}
div.day 
{
		margin: 0px; 
		border:1px solid black;
		height: 80px; 
		width: 77px;
		background: white;
}
td.next
{		border:2px solid #006515;
		font-size: 18px;
		width: 100px; 
		text-align: center;
		position: relative;
		top: 10%;
}
td.next:hover
{
		border:2px solid #006515;
		font-size: 18px;
		background: #7BAF89;
		color: white;
}
td.prev:hover
{
		border:2px solid #006515;
		font-size: 18px;
		background: #7BAF89;
		color: white;
}
td.prev
{
		border:2px solid #006515;
		font-size: 18px;
		width: 100px; 
		text-align: center;
		position: relative;
		top: 10%;
}
td.date
{
		font-size: 36; 
		width: 388px;
		height: 50px;
		text-align: center;
}
td.date2
{
		font-size: 36; 
		width: 388px;
		height: 50px;
		text-align: center;
}
td.date:hover
{
		border:2px dashed black;
}

div.yearm
{
		border: 1px solid black;
		text-align: center;
		background: white;
}
div.yearm:hover
{
		border: 1px solid #006515;
		background: Gainsboro;
}

div.yeard
{
		border: 1px solid black; 
		width: 18px; 
		height: 18px;
		font-size: 12;
		background: white;
}
div.yeard:hover
{
		border: 1px solid #006515;
		background: Gainsboro;
}

td.tcell
{
                
		
                position: relative;
                width: 90px;
                
                
}
td.ccell
{
                text-align: center;
                width: 183px;
}
div#content2
{
                
}