body {
    margin: 0px
    padding: 0px;
    background:#999 url(http://cosmeticpunk.sakura.ne.jp/mt/user_images/bn_background.gif) scroll repeat-y 50% 0;
}

a,
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #4B809E;
    background: none;
    border: 1px dashed #333;
    border-bottom: 1px dashed #4B809E;
}

a:hover {
    text-decoration: none;
    color: #fff;
    border: 1px dashed #999;
}

.calendar { 
/*    width: 750px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center; 
} 

.calendarHead { 
    color:#B9B8B5; 
    font-size: 11px; 
    font-weight: normal; 
    font-family: Verdana, Arial, sans-serif; 
    padding-right: 5px;
} 

.notoday { 
    color:#B9B8B5; 
    font-size: 10px; 
    font-family: Verdana, Arial, sans-serif; 
} 

.today { 
    color:#333; 
    font-size: 11px; 
    font-family: Verdana, Arial, sans-serif; 
    border : 1px solid #999999; 
    padding: 0px 0px 0px 2px;
    background-color: #ccc;
} 
