a {
color: #FC0;
text-decoration: none;
}

a:hover {
color: #CCC;
}

#month-cal {
font-size: 16px;
line-height: 20px;
padding: 0px;
margin: -10px 63px 3px 0px;
text-align: right;
letter-spacing: 1px;
uppercase;
color: #777;
font-weight: bold;
text-transform: uppercase;
}

#outerbox {
width: 882;
overflow: auto;
padding: 4px 1px 0px 3px;
margin: 0px auto 20px auto;
border: 1px solid black;
background-image: url('../bgs/trans.png');
}

h1 {
font-size: 24px;
padding: 1px;
margin: 5px 3px 5px 3px;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
color: #FC0;
}

.daybox {
height: 124;
width: 124;
padding: 0px 2px 2px 0px;
float: left;
text-align: center;
position: relative;
}

.dnum {
position: absolute;
text-align: right;
bottom: 5;
right: 4;
background-image: url('../bgs/trans-b.png');
border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
color: white;
padding: 2px 1px 1px 2px;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 2px 2px #000000;
}

.dnum1 {
position: absolute;
text-align: right;
bottom: 5;
right: 4;
background-image: url('../bgs/transr.png');
border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
color: white;
padding: 2px 2px 1px 2px;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 2px 2px #000000;
}

img {
border: 1px solid black;
margin-bottom: 0px;
}

.whitetext {
color: white;
}
