div.main_w_links{
margin-left:      120px;
margin-top:       25px;  /* this value must equal same in div.sidebar */
width:		  660px;
min-height:       450px;
}

td.name{width:165px;text-align:left;}
td.inst{width:80px;}
td.code{width:144px;}
td.infast{width:90px;}
td.super{width:135px;}

table.comp{
border-collapse:   collapse;
border-width:      1px;
border-style:      solid;
background-color:  white;
margin-bottom:     20px;
margin-left:       0px;
width:             660px;
}

table.comp tr td{
border-style:      dotted;
border-width:      1px;
padding:           5px;
margin-right:      auto;
vertical-align:    top;
}

table.comp th{
padding:           3px;
vertical-align:    top;
background:        #F7FFCE;
font-weight:       bold; 
}

b{
color: #993300;
}

