html{
background: white;
}

body{
  color: black;
}

div.quoted	{
	margin: 0 1cm 0 1cm;
}

input, textarea
{ border: solid 1px; border-color: #ccc }

input[type="submit"]
{  }

h1, h2, h3, h4, h5, h6, span.entrytitle
{ font-family: Sans-Serif;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #78E700;
  letter-spacing: 1px ;
  color: black;
background-color: #B3F36D;
}

h2{
  font-size: huge;
}

h3{
  background-color: white;
  border-color: #B3F36D;
  font-size: large;
}

a
{ text-decoration: none }

table, tr, td
{ border: 0px; padding: 0px; margin: 0px }

form
{ display: inline }

hr
{ height: 1px; border-style: none; background: #cccccc }

#right {
  margin: 1px;
 background: dark-gray;
}

span.entrytime
{ float: right; font-family: Sans-Serif; font-size: 75%;
color: #FF9273;
   }

span.entrytitle
{ margin-top: 10px; margin-bottom: 5px; font-weight: bold; font-size: large;
color: #FF3900 ;
background-color: white;
}

a:link {color:#BF5030;}    /* unvisited link */
a:visited {color:#9303A7;} /* visited link */
a:hover {color:#FF3900;}   /* mouse over link */
a:active {color:#000088;}  /* selected link */

a.entrylink
{ font-family: Sans-Serif }

span.indent
{ margin-left: 30px; margin-right: 30px; display: block }

span.mono
{ font-family: Monospace; white-space: pre }

/*#main { float: left; margin-left: 150px; margin-right: 200px }*/
#main {margin-left:10em;margin-right:10em;}
#right {position:float;right:0;top:500px;width:10em;
margin: 5px;
border-width: 10px;
border-color: white;
border-style:solid:
background-color: gray;
}
#left {left:0;position:absolute;width:10em;}

/*#right
{ position: absolute; right: 5px; width: 150px }

#left
{ position: absolute; width: 100px }
*/
#controlbar
{ font-family: Sans-serif;
  margin-left: 125px; margin-right: 175px; clear: both }


#left {
	font-family: Bookman, serif;
	font-size: small;
	font-weight: 100;
}

#right {
	font-family: Bookman, serif;
	font-size: small;
	font-weight: 100;
}
