 body {
	color: black;
    background-color: #ACA895;
 }
 a {
        text-decoration:        none;
 }
 a:link{
        color:  #333366;
		text-decolation:	none;
 }
 a:visited{
        color:  #663333;
		text-decolation:	none;
 }
 a:active{
	text-decolation:	none;
	color: #663333;
 }
 a:hover{
	color: 		#F7DD69;
	/*position:	relative;
	top:		1px;
	left:		1px;
	overflow: visible;
	visibility: visible;
	height: auto;
	width: auto;*/

 }
 h1{
	font-size:	xx-large;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #EE8B73;
	border-right-color: #EE8B73;
	border-bottom-color: #EE8B73;
	border-left-color: #EE8B73;
	text-align: center;
	width: 700px;

	}
 h2 {
	font-size:              x-large;

 }
 h2.date{
 	border-left-width:      6px;
	border-left-style:      solid;
	padding-left:           4px;
	border-bottom-width:    2px;
	border-bottom-style:    solid;
	border-top-color: #EE8B73;
	border-right-color: #EE8B73;
	border-bottom-color: #EE8B73;
	border-left-color: #EE8B73;
 }
 h3 {
        font-size:              large;
 }
 h3.title{
	border-top-width: 2px;
	border-left-width: 0px;
	border-top-color: #EE8B73;
	border-right-color: #EE8B73;
	border-bottom-color: #EE8B73;
	border-left-color: #EE8B73;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 2px;

 }
 h3.new {
        margin-left:            1em;
        padding-left:           4px;
        color:                  black;
        background-color:       #DBD8BD;
        border-bottom-width:    1px;
        border-bottom-style:    dotted;
 }
 h4.comment {
        margin-top:     0;
        margin-left:    2em;
        margin-bottom:  0;
 }
 h4.recent {
        color:          #990000;
        font-size:      medium;
 }
 h4.headline {
        margin-top:     0;
        margin-left:    1em;
        margin-bottom:  0;
        font-size:      medium;
        font-weight:    bold;
 }
 img {
        border-width:   0px;
        align:          center;
 }
 hr{color: #EE8B73;
 }
 div.main{
	width: 500px;
	background-position: left;

}
 div.headline {
        font-size:      small;
        float:          left;
 }
 div.diary{
 }
 div.uservar { font-weight: bold }
 div.section { margin-left: 2em; margin-top: 0 }
 div.sub { margin-left: 1em; margin-top: 0 }
 div.list { margin-left: 1em }
 div.fn { margin-left: 1em; margin-top: 0 }
 div.url { margin-bottom: 0 }
 div.boardlink { font-weight: bold;}
 dl.comments, ul.comments {
        margin-left:    3em;
        margin-top:     0;
        font-size:      smaller
 }
 pre {
        white-space:    pre;
        padding:        0.5em;
        background-color: #000000;
        color:          #ffffff;
        border-color:   #000000;
        border-style:   outset;
        border-width:   4px;
		overflow:       scroll;
 }	
 a.hide:link { color: black; text-decoration: none }
 a.hide:visited { color: black;}
 a.black:link { color: black; font-weight: bold }
 a.black:visited { color: black; font-weight: bold }
 span.newmark { color: red; background-color: white; font-size: smaller }
 span.bold-red { color: red; background-color: white; font-weight: bold }
 div.bold-red { color: red; background-color: white; font-weight: bold }
 textarea {
	background-color: #DAC4B4;
	border: 2px solid #EE8B73;

}
