body {
        margin: 10px 20px 10px 10px;
        color: Black;
        background-color: #ececec;
        font-family: 'Arial';
        font-size: small;
}

table  {
        color: #3E3E3E;
        background-color: #F3F3F3;
        font-family: 'Arial';
        font-size: 13;
}
    
table1  {
        color: #000000;
        background-color: #DCDCDC;
        font-family: 'Arial';
        font-size: 13;
}
 
#navigation {
    text-align: center;
    margin-top: 2px;
    padding: 4px;
    background-color: #eee;
    }
    
#navigation ul {
    padding: 0;
    list-style-type: none;
    display: inline;
    }
    
#navigation li {
    display: inline;
    padding: 0px;
    }
    
#navigation a {
    padding: 3px 10px;
    }
    
#navigation a:link, #navigation a:visited {
    color: #003366;
    background-color: transparent;
    text-decoration: none;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    }
    
#navigation a:hover {
    color: #630;
    background-color: #ccc;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    }
    
#content {
    padding-top: 30px;
    margin: 0px 150px;
    }
    
#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #bbb;
    }
    
h1 {
    font-family:arial,helvetica,sans-serif;
    font-size:200%;
}

h2 {
    font-family:arial,helvetica,sans-serif;
    font-size:160%;
}

h3 {
    font-family:arial,helvetica,sans-serif;
    font-size:140%;
}

h4 {
    font-family:arial,helvetica,sans-serif;
    font-size:120%;
}
p {
    margin: 15px 0px;
    text-indent: 0px;
    line-height: 130%;
    }
    
p:hover a {
    color: #00f;
    text-decoration: underline;
    }
    
p a:hover {
    color: #630;
    text-decoration: underline;
    }
    
blockquote {
    text-indent: 0px;
    line-height: 140%;
    padding-left: 5px;
    border-left: 1px dotted #888;
    }

li:hover a {
    color: #00f;
    text-decoration: underline;
    }
    
li a:hover {
    color: #630;
    text-decoration: underline;
    }
    
a {
    text-decoration: none;
    font-size: small;
    }
    
a:link {
        color: Maroon;
        background-color: transparent;
        font-size: 12;
}
    
a:visited {
        color: #B22222;
        background-color: transparent;
        font-size: 12;
}
    
a:hover {
        color: #B22222;
        background-color: transparent;
        font-size: 12;
        text-decoration: underline;
}
    
a:active {
        color: #B22222;
        background-color: transparent;
        font-size: 12;
}
    
a.hidden:link, a.hidden:visited, a.hidden:hover, a.hidden:active {
        text-decoration: none;
        color: #000;
        background-color: transparent;
        cursor: text; 
        }
    
.posted {
    text-align: right;
    border-top: 1px dotted #888;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 2px;
    font-size: x-small;
    background-color: #eee;
    }
    
.pinged {
    text-align: right;
    border-top: 1px dotted #888;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -20px;
    font-size: x-small;
    background-color: #eee;
    }
    
.extended {
    text-align: center;
    }
    
.imgright {
    float: right;
    padding: 5px;
    margin: 5px;
    border: 1px dotted #aaa;
    }
    
.imgleft {
    float: left;
    padding: 5px;
    margin: 5px;
    border: 1px dotted #aaa;
    }
    
.right {
    float: right;
    padding: 5px;
    margin: 5px;
    border: 1px dotted #aaa;
    }
    
.left {
    float: left;
    padding: 5px;
    margin: 5px;
    border: 1px dotted #aaa;
    }

.center {
    padding: 5px;
    margin: 5px;
    border: 1px dotted #aaa;
    }

.callout {
    float: right;
    width: 150px;
    padding: 5px;
    margin: 5px;
    border: 1px dotted #aaa;
    font-size: x-small;
    }

.spoiler {
    color: #ffffff;
    background-color: transparent;
    }
    
.printonly {
    display: none;
    }
    

         
        
        


.tab-red {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
}
a.tab-red:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.tab-red:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.tab-red:active {
	color: #666666;
	text-decoration: none;
}
a.tab-red:hover {
	color: #CCCCCC;
	text-decoration: none;
}

