body {
	font-family: Georgia, sans-serif;
	font-size: 95%;
	margin: 0px;
}
body * {
	margin: 0px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 2px;
	font-size: 1.6em;
	font-weight: normal;
	font-style: oblique;
	color: rgb(208,208,208);
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: oblique;
}
h2 a{
  color:rgb(96,96,96);
  text-decoration:none;
}
h2 a:hover{
  
  text-decoration:underline;
}
h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
}
p {
	text-indent: 20px;
	margin-top: 4px;
}
ul{
  list-style-type: none; /*url()*/
}
li a{
  color: rgb(96,96,96);
	text-decoration: none;
}
li a:hover{
  text-decoration: underline;
}
label{
  width:250px;
}
.bookdesc{
  text-indent:20px;
  margin:0px;
  font-size:0.8em;
  font-style:italic;
  font-weight:normal;
}
#menu{
  background-color:rgb(80,80,80);
  text-align:right;
}
#feedlink{
  background-image:url(http://el-sime.net/cose/img/feed.png);
  background-color:rgb(80,80,80);
  background-repeat:no-repeat;
  background-position:top right;
  padding-right:15px;
  color:rgb(208,208,208);
  text-decoration:none;
}
#head{
  height:32px;
  background-color:rgb(80,80,80);
  background-image:url(http://el-sime.net/cose/img/cosehead.png);
  background-repeat:no-repeat;
  background-position:10 0;
}

#maintitle{
  display:none;
}

#intro{
  padding:8px;
  padding-left:20px;
  padding-right:20px;
  margin:10px;
  border-top:1px solid #a5a5a5;
  border-bottom:1px solid #a5a5a5;
}
.intro{
  text-indent:0px;
  text-align:justify;
}
.sign{
  text-indent:0px;
  text-align:right;
  font-style:italic;
}
#container {
	background-color: #cccccc;
}
#content {
	margin: 0px;
	padding: 4px;
	padding-bottom:20px;
	background-color: #cccccc;
}
#navbar{
  text-align:right;
  padding-right:20px;
  margin-top:20px;
  margin-bottom:4px;
}
#navbar a{
  font-size:0.8em;
  color:rgb(112,112,112);
  text-decoration:none;
}
#navbar a:hover{
  text-decoration: underline;
}
#footer {
	margin: 0px;
	padding: 4px;
	background-color: rgb(80,80,80);
	color: rgb(208,208,208);
	text-align: center;
	font-size: 0.7em;
}
#footer a {
	color: rgb(160,160,160);
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

