body  {
    margin: 0px 0px 0px;
    background: #101042;
    cursor: default;
    scrollbar-face-color : #ffffff;
    scrollbar-track-color : #3a3a61; 
    scrollbar-arrow-color : #101042; 
    scrollbar-highlight-color : #3a3a61; 
    scrollbar-3dlight-color : #101042; 
    scrollbar-shadow-color : #3a3a61; 
    scrollbar-darkshadow-color : #101042;
    font-family: Trebuchet MS, arial, verdana;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}

hr {
   color: #3a3a61; 
}
h1 {
   font-size: 28px;
}

h2 {
   font-size: 20px;
}

h3 {
   font-size: 16px;
}

h4 {
   font-size: 14px;
}

h5 {
   font-size: 12px;
}

h6 {
   font-size: 10px;
}

i.color {
   color: #9797ab;
}

u.color {
   text-decoration:	underline;
   color: #9797ab;
   border-bottom: 1px solid;
}

b.color {
   text-decoration: bold;
   color: #9797ab;
}

u.normal {
    text-decoration: none;
    color: #696989;
}

u.hidden {
    text-decoration: none;
    color: #101042;
}

div.cal {
    border: 2px solid #b4b4b4;
    width: 110;
}
div.table {
   background: #dddddd;
   text-align: left;
   color: #101042;
   border: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
}

div.table2 {
   background: #101042;
   text-align: left;
   color: #ffffff;
   border: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
}

div.heading {
    background: #101042;
    text-align: center;
    color: #ffffff;
    border: 1px dotted #101042;
}

div.music {
    background: #101042;
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    text-size: 10px;
}

p, table, tr, td  {
    font-family: Trebuchet MS, arial, verdana;
    font-size: 12px;
    color: #ffffff;
    text-align: justify;
    bgcolor: #101042;
}

td.month {
    font-size: 10px;
    background-color: #dddddd;
    color: #101042;
    font-weight: bold;
    text-align: center;
}

td.event {
    font-size: 10px;
    background-color: #3a3a61;
    color: #767691;
    font-weight: bold;
    cursor: crosshair;
}

td.week {
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    background-color: #101042;
    text-align: center;
}

td.days {
    font-size: 10px;
    color: #101042;
    background-color: #3a3a61;
}

td.olddays {
    font-size: 10px;
    color: #3a3a61;
    background-color: #3a3a61;
}

input, option, select, textarea  {
    border: 1px solid #ffffff;
    background: #101042;
    font-family: Trebuchet MS, arial, verdana;
    font-size: 12px;
    color: #ffffff;
}

a:link {
    cursor: e-resize;
    color: #767691;
    text-decoration: none;
}

a:active {
    cursor: e-resize;
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    cursor: e-resize;
    color: #767691;
    text-decoration: none;
}

a:hover {
    cursor: e-resize;
    color: #3a3a61;
    text-decoration: none;
    font-weight: none;
}

#box  {
    position: absolute;
    z-index: 10;
    left: 50px;
    top: 100px;
    width: 200px;
    height: 300px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-family: Trebuchet MS, arial, verdana;
    font-size: 12px;
    color: #101042;
    text-align: justify;
}