html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body { 
    background: #0087C5;
    font-family:"Times New Roman",Georgia,Serif;
}

#outer{	text-align:center;}

#wrapper { 	
    width: 740px;
    border: none;
    background-color: #25383C;
    color:white;
    margin: auto;
    text-align:left;
    padding-left:1em;
    padding-right:1em;
    padding-top: 8px;
    padding-bottom: 8px;
}
.post {
    background-color:rgb(150,150,150);
    color:white;
    font-size: 28px;
    padding:5px;
    margin: 10px;
    padding-left:15px;
}

.p_content {	
    color:black;
    font-size: medium;
}

.s_content {	
    color:black;
    font-size: medium;
}

.date{
    color: #D5D6EF;
    font-size: small;
}

.tog_button,.stog_button{ float:right;}

.static{
    background-color:#AB956C;
    color:white;
    font-size:28px;
    padding:5px;
    padding-left:15px;
    margin: 10px;
}

.comment {
    background-color:rgb(100,100,100);
    color:white;
    font-size: 18px;
    padding:5px;
    margin: 10px;
    margin-left:25px;
    padding-left:15px;
}

.c_content {	
    color:black;
    font-size: medium;
}

#nav {
    margin:10px;
    padding:10px;
    background-color:#FF8800;
}

#nav li {
    display:inline;
    font-weight:bold;
    padding:0;
    margin:0;
}

#nav a:link,
#nav a:visited {
    color: black;
    padding:5px;
    text-decoration:none;
}

#nav a:hover {
    color:white;
    text-decoration:underline;
}

.date a:link,
.date a:visited {
    color: #D5D6EF;
    padding:5px;
    text-decoration:none;
}

.date a:hover {
    color:black;
    text-decoration:underline;
}

/*buttons look like links */
button {
    overflow: visible;
    width: auto;
}
button.b_link {
    font-family:"Times New Roman",Georgia,Serif;
    text-align: left;
    color: #D5D6EF;
    font-size: small;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;

    -moz-user-select: text;

    /* override all your button styles here if there are any others */
}
button.b_link span {
}
button.b_link:hover span,
button.b_link:focus span {
    color: black;
    text-decoration: underline;
}

/*-----Button class "show_c" that looks like link------>>
.show_c {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #D5D6EF;
	border-left: 0;
	color: #D5D6EF;
	display: inline;
	margin: 0;
	padding: 0;
}

*:first-child+html .show_c {		
	border-bottom: 0;
	text-decoration: underline;
}

* html .show_c {				
	border-bottom: 0;
	text-decoration: underline;
}
<<---Button class "show_c" that looks like link-----<<*/
