body {margin:0}

a:link     {color:#e0e0ff; text-decoration:none}
a:visited  {color:#e0e0ff; text-decoration:none}
a:hover    {color:#ffffff; text-decoration:underline}
a:active   {color:#e0e0ff; text-decoration:none}




#total{
          height:100%;
          width:900px;
}
#title{
          text-align: left;
          margin-top:5px;
          height:80px;
          width:880px;
          padding:10px;
          background-color:#ff0000;
          color:#500000;
          font-size:18pt;
          font-family:"Times New Roman",serif;
          font-weight:bold
}

span.subtitle{font-size:12pt; color:#700000}


#list{
          text-align: left;
          margin-top:5px;
          width:210px;
          height:1300px;
          padding:10px;
          color:#e0e0ff;
          background-color:#0000e0;
          float:left
}



#main{
          text-align: left;
          line-height:1.6;
          margin-top:5px;
          width:460px;
          height:1300px;
          padding:10px;
          background-color:#fafafa;
          float:left
}

#main a, #main a:link, #main a:visited{
	color : #0000e0;
}

#main a, #main a:hover, #main a:active{
	color : #555555;
}

#link{
          text-align:left;
          margin-top:5px;
          width:170px;
          height:1300px;
          padding:10px;
          color:#e0e0ff;
          background-color:#0000e0;
          float:right
}