 
<p>.content { font-size: 12px; line-height: 20px} <br>
  a:visited { color: #333333; text-decoration: none}<br>
  a:link { color: #666666; text-decoration: none}<br>
  a:hover { color: #CC3300; text-decoration: underline} </p>
content {  font-size: 12px; line-height: 20px}
.content {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}
a:hover {
	color: #993300;
}
a:link {
	color: #993300;
}
a:visited {
	color: #993333;
}
.content-s {  font-size: 10px; line-height: 16px; font-family: "Arial", "Helvetica", "sans-serif"}
.title01 {
	font-size: 16px;
	line-height: 40px;
}

.list1
{
list-style:disc;
}