body {
background: #000000 url(layout/bg.png);
background-repeat: repeat-x;
color:#9a9a9a;
font-family: trebuchet ms;
font-size: 9pt;
line-height: 15px;
margin-top: 0;
}

.footer {
background: #141414;
color:#939393;
font-size: 7pt;
line-height: 5px;
padding: 10px;
text-align: justify;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.footer a {
color: #d30000;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}

.footer a:hover {
color: #41b4bb;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}

.header {
width: 800px;
}

.nav {
padding: 10px 3px;
width: 550px;
}

.navi {
background: #0d0d0d;
color: #737373;
font-size: 8pt;
line-height: 15px;
padding: 10px;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.navi a {
color: #c2c2c2;
text-decoration:none;
}

.navi a:hover {
color: #d30000;
text-decoration:none;
}

.table {
width: 550px;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.img {
border:solid #232323 4px;
padding: 1px;
margin: 0 5px 2px 0;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.affy img {
border:solid #232323 4px;
padding: 1px;
margin: 2px;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.affy img:hover {
border:solid #d30000 4px;
padding: 1px;
margin: 2px;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

input, textarea, select {
background: #0d0d0d;
border: 0;
color:#9a9a9a;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

.codesort img {
border: solid #232323 3px; 
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
padding: 1px;
}

.title {
background: #255f6d url(layout/title.png) repeat-x;
border-bottom: solid #6b989a 2px;
color: #6b989a;
font-size: 10pt;
font-style: italic;
font-weight: bold;
letter-spacing : 1px;
padding: 5px 10px 5px 20px;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

.content {
color:#9a9a9a;
font-size:9pt;
line-height: 15px;
padding: 10px;
}

.content a {
color:#096983;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}

.content a:hover {
color:#60a3b7;
font-weight: bold;
letter-spacing : 1px;
text-decoration:none;
}

.titles {
background: #212121;
color: #850000;
font-weight: bold;
letter-spacing : 1px;
padding: 3px 3px 3px 5px;
border-radius: 6px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px;
}

strong {
color: #d30000;
font-weight: bold;
letter-spacing : 1px;
}

b {
color: #858585;
font-weight: bold;
}

em {
color: #858585;
}

.highlight {
color: #d30000;
font-weight: bold;
}