td, th, body, table{
	font-family:Tahoma;
	font-size:8pt;
}

.title {
background-color:aa1212;
border:1px solid black;
height:15px;
color:yellow;
font-weight:bold;
font-family:verdana;
font-size:11px;
}

a:hover { color:yellow}

.title1{
color:yellow;
font-weight:bold;
font-family:verdana;
font-size:11px;
}

.link1{
font-size:8pt;
font-family:tahoma;
color:white
}

.button {
background-color:ff7878;
color:black;
font-weight:bold;
font-family:verdana;
font-size:11px;
}

.textfield {
background-color:ffffff;
color:black;
font-weight:bold;
font-family:verdana;
font-size:11px;
}

.menu {
 position:relative;
 background-color:aa1212;
 border:1px solid black;
 width:150;
 color:yellow;
 font-size:11px;
 font-family:verdana;
 font-weight:bold;
 position:absolute;
 cursor:se-resize;
}

.item_panel {
  width:150;
  border-left:1px solid darkblue;
  border-right:1px solid darkblue;
  clip:rect(0,150,0,0);
  position:absolute;
}

.item_panel a {
 text-decoration:none;
 color:black;
 cursor:hand;
}

.item {
 background-color:lightyellow;
 width:148;
 font-size:10px;
 font-family:verdana;
}


.postanimg {
/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}