BODY {
   background-color: white;
}

HR {
   width:            75%;
   height:           5;
   background: #610000;

}

TABLE {
   background-color: #610000;
}

TD {
   background-color: #610000;
   border-width:     1;
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        small;
}

.menu_branch {
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        13px;
   text-decoration:  none;
   color:            #e7e7e7;
}

.menu_leaf {
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        13px;
   text-decoration:  none;
   color:            #bdbdbd;
}

.top_menu {
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        13px;
   text-decoration:  none;
   color:            #770000;
   background-color: #ffcccc;
}

.topbar {
   align:            center;
   width:            70%;
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        normal;
   color:            #5f5f5f;
}

.content {
   align:            left;
   width:            70%;
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        normal;
   color:            #5f5f5f;
}

.rhs_block {
   float:            right;
   position:         fixed;
   top:              2em;
   right:            1em;
   bottom:           auto;
   left:             auto;
   width:            30%;
   font-family:      helvetica;
   font-size:        small;
   font-style:       normal;
   font-size:        small;
}

A.rhs_link:hover {
   color:            #bbff77;
   background-color: #990000;
   text-decoration:  none;
}


.project_table {
   align:            top;
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        normal;
   color:            #0f0f0f;
   background-color: #a1a1a1;
   border-style:     outset;
}

.project_name {
   vertical-align:            top;
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        normal;
   color:            #0f0f0f;
   background-color: #a1a1a1;
   border-style:     solid none solid solid;
}

.project_descr {
   align:            center;
   width:            70%;
   font-family:      sans-serif;
   font-style:       normal;
   font-size:        normal;
   color:            #0f0f0f;
   background-color: #a1a1a1;
   border-style:     solid solid solid none;
}
