body, ul, ol, p, td{
    padding: 0;
    margin:0;
    
    font-size: 12px;
    line-height:18px;
    font-family:Arial, Tahoma, Verdana;
    color: #333;
}


a {
    color: steelblue;
    decoration: underlined;
}

ol{
    list-type: none;
}

.top_menu{
    padding:0;
    margin:0;
/*    
    padding-top:50px;
    padding-bottom:50px;
*/
    border:0;
    border-top: solid 50px white;
    border-bottom: solid 50px white;
    
}

.f_menu {
	border: solid 3px #eee;
	background-color: #eee;
}

.mainmenu a {
    color:#777;
    text-decoration:none;
    font-family:Georgia, Times, Serif;
    font-size: 10px;
    line-height: 16px;
    text-transform:uppercase;
    letter-spacing:0.10em;
    
    display: block;
}

td.small{
    color: #ccc;
    font-size: 10px;
}

h1 {
    /* font-size:26px; */
    font-size:42px;
    color: #444;
        /*
         #B35A00;
        */
    /*
    #FF8000
    #B35A00
    #FFDFBF
    #FFC080
    */
    font-family:Georgia, Times, Serif;
    line-height: 26px;
    text-transform:lowercase;
    font-weight: normal;
    font-style: italic;
}

h1 span{
    font-size: 10px;
    line-height: 16px;
    text-transform:uppercase;
    letter-spacing:0.10em;
    font-weight: normal;
    
    display:block;
}

h2 {
    font-size:16px;
    line-height:26px;
    
    text-transform:lowercase;
    letter-spacing:0.10em;
    font-weight: bold;
    
    color: #C5BD99;
    font-family:Arial, Tahoma, Verdana;
    
    padding:0;
    margin:0;
    
    
}

h3{
    margin-top: 50px;
    
    font-family:Georgia, Times, Serif;
    font-size: 10px;
    line-height: 16px;
    text-transform:uppercase;
    letter-spacing:0.10em;
    font-weight: normal;
    
    color: #000;
}

h3 span{
    padding-bottom: 2px;
    border-bottom: solid 2px #000;
}

	h3 a {
		text-decoration:none;
		color: black;
	}

h4{
    margin-top: 50px;
    padding-bottom: 2px;
    color: #ccc;
    border-bottom: solid 2px #ρρρ;
}

p {
    margin-top: 25px;
}

p.more{
    margin-top:10px;
}

p.footer{
    margin-top: 5px;
    font-size: 10px;
    font-family:Arial, Tahoma, Verdana;
    color: #999;
}

p.footer a, p.footer a:hover, p.footer a:visited, p.footer a:link, p.footer a:active{
    color: #f08;
    text-decoration: none;
}

.bigger {
    font-size:12px;
}



/*
 *
 *
 *
 */


.recdata {
	font-size: 10px;
	color: silver;
	text-align: left;
}

.rechead {
	font-size: 22px;
	color: black;
	padding: 0 0 15px 0;
}

	.rechead a {
		border-bottom: solid 1px steelblue;
		text-decoration: none;
	}

	.rechead .username {
		/* color: #f08; */
		color: #E89509;
		border-bottom: solid 1px #E89509;
	}

.recparam {
	font-size: 11px;
	text-align: left;
	color: #999;
	padding-top: 7px;
}

	.recparam a {
		text-decoration: none; 
	}







.right_menu {
	padding: 0px;
	border: solid 20px #eee;
 
	background-color: #eee;
	margin: 0 0 0 0px; 
}






.post_nav a{
	font-size: 10px;
	text-decoration: none;
	color: white;
	background-color: lightsteelblue;
	padding: 1px 3px 1px 3px;
}

.post_edit a{
	color: #cc0;
}



.replier {
	background-color: #eee;
	padding: 20px 0 20px 20px;
}

	.replier .rec {
		font-size: 11px;
	}


	.replier .sbmt {
		margin: 15px 0 0 0;
		font-size: 20px;
	}

