#PortalContainer {
  width: 690px;
} 
.delPost {
  margin: 0.4em;
  padding: 0.3em;
  border: 1px #bbb ridge;
 /*  background:#ffc; 
  width:40%;
  float:left;*/
}

.delLink {
  display:block;
  width:auto;
  font-size: x-large;
  display: box;
  color: #fff;
  padding: 0 0.4em;
  background:#fff;
  text-decoration: none;
}

#content a, #content a:link, #content a:visited, #content a:hover {border-bottom: transparent;}

/* a:hover.delLink {
  color:#3a74c4;
  background: #ccc;
} */

.delDescript {
  background: #ffc;
  padding: 1em 1em 1em 1.5em;
  margin-top:2px;
}

ul.tagmenu
{
margin-left: 0;
padding-left: 0;
/*white-space: nowrap;*/
background: #ffc;
font-size: x-small;
line-height: 160%;
}

.tagmenu li
{
display: inline;
list-style-type: none;
width: 50px;
}

.tagmenu a { padding: 3px 10px; }

.tagmenu a:link, .tagmenu a:visited
{
color: #fff;
background-color: #ffc;
text-decoration: none;
border: 1px solid black;
}

.tagmenu a:hover
{
color: #fff;
background-color: #ff1;
text-decoration: none;
}