body {
    font-size: 16px;
    font-family: serif;
    background-color: #ddd;
    color: #000;
    }

h1 {
    color: #fff;
    padding: 16px 0px 8px 0px;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 32px;
    border-style: none;
    }

h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    text-decoration: none;
    }

h3 {
    margin: 4px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    }

#container {
    text-align: center;
    }
    
#content {
    min-width: 700px;
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    text-align: justify;
    }

#header {
    background-color: #222;
    }

.menu {
    text-align: center;
    margin: 12px auto 12px auto;
    }

#footer {
    text-align: center;
    padding: 8px;
    margin: 12px 0px 12px 0px;
    background-color: #222;
    color: #fff;
    }

img {
    max-width: 100%;
    border: none;
    }

a {
    color:#ff0000;
    }

hr {
    padding: 0;
    margin: 0;
    border: 0;
    }

.postdate {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
    margin: 0;
    background-color: #333;
    color: #fff;
    }

.post {
    text-align: justify;
    margin: 4px 0px 0px 0px;
    }

.postbox {
    margin: 0px 0px;
    padding: 10px 12px 4px 10px;
    border-left: thin solid #333;
    border-right: thin solid #333;
    border-bottom: thin solid #333;
    }

.poststrip {
    font-size: 12px;
    padding: 4px 0px 4px 0px;
    margin: 4px 0px 4px 0px;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    }

.combox {
    margin: 0px;
    padding: 12px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    }
.comname {
    font-weight: bold;
    }
.my {
    font-weight: bold;
    }
.pttl {
    text-decoration: none;
    }

.comdate {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    }

#cftick {
    margin: 0px 0px 16px 0px;
    }

blockquote {
    border-left: 1px solid #333;
    padding: 2px 8px;
    font-style: italic;
    }

li {
   padding-bottom: 4px;
   }

td {
   padding: 2px 6px 2px 6px;
   }

p {
    padding: 0px;
    margin: 8px 0px;
    }

pre {
    font-size: 16px;
    max-width: 100%;
    overflow: auto;
    }

.rc {
    text-align: right;
    }

.rcs {
    text-align: right;
    border-top: none;
    border-bottom: none;
    }

.rcf {
    text-align: right;
    border-bottom: none;
    }
.rcx {
    text-align: right;
    border-top: none;
    }

.links {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 6px 0 0 0;
    }

#motto { 
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    font-style: italic;
    padding: 0px 0px 18px 0px;
    color: #eee;
    border-style: none;
    }

ul#all{
	list-style-type: none;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

textarea {
    width: 98%;
    font-size: 16px;
}

#cs24 {
	image-rendering: pixelated;

}