body {
  background-color:#E4D4C8;
  background-attachment:fixed
  line-height: 250%;
}

div {
  background-color:#E4D4C8;
}

span {
  background-color:#A47551;
}

code { font-family: "Courier New", monospace; font-weight: 650;}

a {
 color:DarkGrey;
 font-family:Aharoni;
 font-size:25;
}

a:link {color:blue}
a:visited {color:blue}
a:hover {color:green; font-weight:bold; text-decoration: underline}

a.Folder {
  font-size:25px;
  font-weight: 750;
  border: 2px solid #967E76;
  text-decoration: none;
  line-height: 15px;
  margin-right: 100px;  
}

a.File {
  font-size:25px;
  font-weight: 750;
  text-decoration: none;
}

a.BreadCrumb{
  font-size:16px;
  text-decoration: none;
  border: 1px solid blue;
  position:absolute; left:19px; top:13px;
}

a.BookMark{
  font-size:20px;
  font-style: small-caption;
  opacity: 0.4;
}

div.Post{
  border:1px solid black;
  background-color:white;
}

div.MsgBox{
  border:1px solid black;
  background-color:blue;
}

p {
  display:inline;
}

label {
  font-weight: 750;
  font-size:25px;
}

table#t01 {
    width: 100%; 
    background-color: black;
    border-spacing: 2px;
} 
table#t01 tr:nth-child(even) {
     background-color: #eee;
}
table#t01 tr:nth-child(odd) {
     background-color: #fff;
}
table#t01 th {
    color: white;
    background-color: grey;
} 
table#t01 {
    border: 1px solid black;
    padding: 1px;
}





