BODY
{
  color: #000000;
  background-color: white;
  padding: 0;
  margin: 0;
}
DIV.header
{
  margin: 0;
  padding: 6px;
  text-align: center;
  vertical-align: center;
  color: #ffffff;
  background-color: #6077a0;
/*  border: thick solid #3333cc; */
  border-bottom: thick solid #000066;
}

DIV.rightsidebar
{
  color: #000000;
  background-color: #ffffff;
  width: 20%;
  padding: 4px;
  float: right;
  margin-right: 4px;
  font-size: .8em;
  background: white;
}
DIV.rightsidebar P
{
  margin: 4px;
}
DIV.rightsidebar P.blogroll 
{
/*  font-weight: bold; */
  margin-left: 6px;
}
DIV.rightsidebar P.blogrolltitle
{
  margin: .4em 1px;
  font-weight: bold;
  font-size: 1.1em;
}
DIV.rightsidebar H3
{

}
DIV.leftsidebar
{

}
DIV.mainpage
{
/*  width: 40em; */
  margin-right: 22%;
  margin-left: 4px;
  padding: 4px 8px;
  border-right: none;
  color: #000000;
}
DIV.entry
{

}
DIV.entry DIV.title
{
  font-weight: bold;
  font-size: 1.2em;
  margin: 2em 4px 0px 4px;
  color: #000066;
}
DIV.entry DIV.post
{
  text-align: justify;
  line-height: 1.5em;
  padding: 4px 1.5em;
}
DIV.entry DIV.misc
{
  text-align: right;
  font-size: .8em;
  margin: 4px;
}

P.archiveentry
{
  text-align: center;
}

/********
* Links *
*********/
A
{
  color: #000099;
  text-decoration: none;
  font-style: italic;
}
A:visited
{
  color: #770099;
}
A:hover
{
  text-decoration: underline;
}

/*********************************************
* Style for the Powered by PowerBlogs button *
**********************************************/
DIV.poweredby
{
 border: none;
 padding: none;
 margin: 2em auto 6px auto;
 text-align: center;
}
                                                                                
A.img
{
 border: none;
 text-decoration: none;
}
IMG.poweredby
{
  border: none;
}

