﻿@charset "utf-8";
/* CSS Document */
/*newscontent */
.flip {
  width: 100%;
  color: #333;
  font-size: 16px;
  margin:20px 0;
  *zoom: 1;
}
.flip a {
  color: #00a58b;
  text-decoration:underline;
  padding-bottom: 4px;
  margin-left: 8px;
}
.flip a:hover{
	text-decoration:none;
	}
.flip .prev {
	margin-bottom:10px;
}
.flip .next {
}