body
{
    color : White; 
    background-color : #333333;
    margin-left : 2px;
    margin-right: 2px;
    padding: 2px;
}

/*右方主区*/
#footer
{
    background-color: #333333;
}

/*所有引用条目*/
a
{
    color : #FF9900;
    text-decoration : none;	
}
a:hover, 
#leftmenu a:hover
{	
    text-decoration: underline;
}
#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link
{
    color : #FF9900;
    background-color : #333333;
    text-decoration : none;	
}
/*黑色背景*/
#lefttemp,
#leftmenu,
#leftmenu h3,
#leftmenu ul,
#leftmenu a:hover,
.LeftCell,
.MainCell
{
    color : #EEEEEE; 
    background-color : #333333;
}