A:link{ color:#275A78; text-decoration:none; }
A:hover{ color:#333333; text-decoration:underline; }
A:active{ color:#275A78; text-decoration:none; }
A:active:hover{ color:#333333; text-decoration:underline; }
A:visited{ color:#275A78; text-decoration:none; }
A:visited:hover{ color:#333333; text-decoration:underline; }

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: white;
  font-size: 14px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  margin:0px;
}

#wikiedit textarea {
 width: 100%;
}

#menu {
  position: absolute;
  width: 282px;
  background-color: white;
  padding:0px;
  padding-right: -55px;
  margin:0px;
  left: 0;
}

#menu ul {
   list-style: none;
/*   text-align: right;
   padding-right: 5px;
*/
}
#menu li {
   padding: 2px;
}

<!--#title {
 font-size: large;
 font-weight: bold;
 color: white;
}
-->
#content {
  margin-left: 282px;
  padding: 20px;
  padding-bottom: 10px;
  background-color:white;
  overflow: auto;
}

#content li {
  list-style: square;
}
#footer {
 margin-left: 282px;
 padding-top: 3px;
 text-align: center;
 color: grey
 font-size: x-small;
 background-color:white;
}	

#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:grey; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:#ffec8b; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
<!--.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }-->
.wikiaction { margin-top:4px; margin-bottom:4px; }

#sidebar {
   margin-left: 30px;
 font-weight: bold;
}

