body{
	margin: 0;
	padding: 0;
	color: white;
	background: #D6D6D6;
	font-family: Verdana,arial,sans-serif;
}
#calendar a
{
    color: white;
	background: #0066cc;
}
h2{
    text-align: center;
}

#header{
        background: url('../img/p-logo_bg.gif') #0066cc repeat-x;
      	width: 100%;
      	height: 73px;
    	text-align: center;
}

#calendar {
        background: #0066cc;
        color: white;
        text-align: center;
}

#footer	
{
	clear: both;
	height: 80px;
	background: #0066cc;
    color: white;
   	font-size: 60%;
   	text-align: center;
}
#footer a
{
    color: white;
	background: #0066cc;
}

table.month
{
    BACKGROUND-COLOR: navy;
    FONT-SIZE: 75%;
    COLOR: white;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

table.month TH
{
    TEXT-ALIGN: center;
    vertical-align: bottom;
    FONT-WEIGHT: bold;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    padding: 1em;

}

table.month TD
{
    TEXT-ALIGN: left;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    padding: 0.3em;
}

table.month *.title
{
    COLOR: yellow;
    TEXT-ALIGN: center;
    FONT-WEIGHT: bold;
    padding: 0.5em;
}

table.month A
{
    FONT-WEIGHT: bolder;
    COLOR: lime;
    TEXT-DECORATION: underline
}
