ul#navigation {
	      height: 2em:
	      margin: 10;
	      padding: 10;
}

ul#navigation
{
list-style: none;
} 

ul#navigation li {
    background: #bdf url(tabs.gif);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ul#navigation a {
    background: url(tabs.gif) 100% 0;
    color: #008;
    float: left;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ul#navigation li.current {
    background-color: #48f;
    background-position: 0 -60px;
}

ul#navigation li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}

div.message {
    border-style:outset;
    border-width:7px;
    border-color:rgb(100,100,255);
    clear: left;
    padding: 1em;
    width: 1000px;
    text-align: justify; 
}

div.research {
    border-style:outset;
    border-width:7px;
    border-color:rgb(100,100,255);
    clear: left;
    padding: 1em;
    width: 700px;
}
div.aboutme {
    border-style:outset;
    border-width:7px;
    border-color:rgb(100,100,255);
    clear: left;
    padding: 1em;
    width: 1200px;
    text-align: justify;
}

div.hello {
    border-style:outset;
    border-width:7px;
    border-color:rgb(100,100,255);
    clear: left;
    padding: 1em;
}
div.orderedlist li {
  margin-top: 1em;
}
