Body { color: white;
 background-color: #4169E1;
 width: 725px; 
text-align:center; 
margin-left: auto;
margin-right: auto;
}
.bodycontainer { color: white;
 background-color: #4169E1;
 width: 725px; 
text-align:center; 
margin-left: auto;
margin-right: auto;
}

.delicious-posts { color: blue; background-color: white; margin: 1em; border: 2px solid #ddd; padding: 0.5em; width: 12em; font-family: sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { color: maroon; margin: 0; padding: 0;}
.delicious-post { color: black; border-top: 1px solid #eee; padding: 0.25em; font-size: 80%; }
.delicious-odd { background-color: #f8f8f8; }
.delicious-banner a { font-size: 80%; color: Orange; }
.delicious-posts a:hover { text-decoration: underline; }
.delicious-posts a { text-decoration: none; color: red; display: block; padding: 0.3em; }
.delicious-post a { color: green; }

.menucontainer{
	float: left; width: 125px; text-align: left; margin-right: 1em; height: 100%; min-height: 100%;
}

.menu
{
	padding: 1em; height: 35px;
}

.content{
	float: left; width: 560px;
}

P { margin: 2em }
H1 { 
  font-weight: bold; 
  font-size: 12pt;
  line-height: 14pt; 
  font-family: Helvetica; 
  font-variant: normal;
  font-style: normal;
  

}

a:link {color: white;}
a:visited {color: white;}
a:active {color: white;}
a:hover {text-decoration: underline; color: orange}

a img {
    border: 1;
}

