body {
	background-color: LightGoldenRodYellow;
}
h1 {
	color:  Blue;
	text-align:  center;
	}
	
.float-left{
float:  left;
}

.float-right{
float:  right;
}
#links li {
    display: inline;
    list-style-type:  none;
   
    
    font-size: 2em;

    padding-left: 15px;
    padding-right: 15px;

    margin-left:  -10px;
    margin-right: -10px;
}

#column1
{
width:  1000px;
text-align: justify;

}

#logo
{
positon:  relative;
margin-right:  10px;
margin-top:  -100px;
}






#toc {
position:  relative;


width:  300px;
margin-left:  0px;
margin-top:  0;

border:  thin solid black;
background-color:  #E0E0E0;
}


#body p{
position:  relative;
margin-left:  auto;
margin-right:  20px;
}

.highlight-blue{
	background-color:  LightBlue;
}
.highlight-pink{
	background-color:  Pink;
}


