body{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Arial;    
}
a:link{
    color: #33BB00;
}
a:active{
    color: #33BB00;
}
a:visited{
    color: #33BB00;
}
a:hover{
    color:red;
}
table{
    background-color: orange;
    width:100%;
    border-collapse: collapse;
}
.line {
    height: 20px;
    background-image: url(line.gif);
}
.menu{   
    background-color: white;
    width: 250px;
    text-align: center;
    border-bottom-color: white;    
    border-left-color: white; 
    vertical-align: top;   
}
.all_menu{
    padding: 10px;
    border-right: 1px dashed silver;
}
.top_menu{
    background-color: #48f;
    color: white;
    
}
.block_menu{   
    
}
.text_menu{
    color: green;   
}
.text{
    background-color: white;
    vertical-align: top;
}
.logo{    
    color: white;
    font-weight: bold;
    border-bottom: 1px solid black;    
}
.mainproject a{
    text-align: left;
    font-size: 32px;
    color: white;
    text-decoration: none;
    padding-left: 10px;
}
.bottom{
    background-color: white;
    font-size: 14px;
    text-align: center;
    color: orange;    
}
.green{
    color: #33BB00;
}
.code{
    background-color:#F7F9FA;
    border:1px dashed #8CACBB;
    padding:0.5em;
}
.left_text{
    margin-left: 30px;
}
.search{
    text-align: right;
    padding-right: 10px; 
    margin-top: 10px;    		
}

