.blog {
  margin: 0 20px 0 20px;
}

.article {
  float: left;
  width: 450px;
  padding-right: 20px;
  height: 100%;
}

.vdot {
  float: right;
  width: 270px;
  padding: 0 0 20px 10px;
  color: #a61616;
  text-align: left;
  border-left: dashed 1px gray;
  border-bottom: dashed 1px gray;
}

.vdot a:link {
  color: #a61616;
  text-decoration: none;
}

.vdot a:visited { 
  color: #a61616;
  text-decoration: none;
}

.vdot a:hover { 
  color: #a61616;
  text-decoration: underline;
}

h3 {
  font-size: 14px;
  margin: 0px;
}

h2 {
  font-size: 20px;
  color: #a61616;
  line-height: 24px;
}

.title_map {
  padding-top: 10px;
}

.link {
  text-align: right;
  margin: 0;
  padding: 0;
  border-bottom: dotted 2px green;
}
/*.data {*/
/*float: left;*/
/*}*/

/*.title {*/
/*float: left;*/
/*}*/

/*.content {*/
/*}*/

/*.minidesc {*/
/*}*/

/*.continue {*/
/*text-align: left;*/
/*float: right;*/
/*background-color: gray;*/
/*opacity: 0.75;*/
/*border: double 3px green;*/
/*font-weight:bold;*/
/*color: #FFFFFF;*/
/*padding: 3px 5px 3px 5px;*/
/*}*/

/*.end {*/
/*clear: both;*/
/*}*/

