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

table  {
	color: #3E3E3E;
	background-color: #F0FFFF;
	font-family: 'Arial';
	font-size: 13;
}
    
table1  {
	color: #000000;
	background-color: #DCDCDC;
	font-family: 'Arial';
	font-size: 13;
}

#banner {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    height: 36px;
    text-align: center;
    }
    
#banner h1 {
    margin-top: -4px;
    font-size: xx-large;
    font-weight: bold;
    }
    
#banner h2 {
    font-size: small;
    font-weight: normal;
    margin-top: -25px;
    }
    
#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;
    }
    
h3 {
    border: 1px dotted #888;
    margin-top: 7px;
    padding: 2px;
    display: inline;
    background-color: #fff;
    }
    
h3 a {
    padding: 3px;
    }
    
p {
    margin: 15px 0px;
    text-indent: 20px;
    line-height: 140%;
    }
    
p:hover a {
    color: #00f;
    text-decoration: underline;
    }
    
p a:hover {
    color: #630;
    text-decoration: underline;
    }
    
blockquote {
    text-indent: 20px;
    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;
    }
    

