h2 {
margin-left: 10px;
margin-right: 10px;
}

#column_all {
/* background-color: #e0cb9e; */
background-color: #fff;
width: 900px;
height: 1300px;
margin-left: auto;
margin-right: auto;
padding: 2px;
font-family: "Times New Roman";
}

#column_recent {
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
width: 220px;
height: 600px;
float: right;
padding-left: 5px;
padding-right: 5px;
align: center;
margin-left: 5px;
overflow: auto;
text-align: left;
}

#column_recent a:hover {
color: #356AA0;
text-decoration: none;
}

#column_recent a:active {
color: #356AA0;
text-decoration: none;
}

#column_recent a:link {
color: #356AA0;
text-decoration: none;
}

#column_recent a:visited {
color: #356AA0;
text-decoration: none;
}


p.column_text {
margin-left: 5px;
margin-right: 5px;
text-align: left;
text-justify: left;
font-family: "Times New Roman";
}



