/* 
* Style sheet for arias
 (normal.css)
*/

.midashi{
	background-color:#99CC99;
	font:normal normal 600 16px/20px san-serif;
	color:#993333}
h2,h3,h4 {
  color: #ea7317
}
p {
  font-style: normal;
  line-height: 150%;
  font-weight: normal;
  letter-spacing: 1px
}
b {
  font-weight: 700
}
A:link {color: #888888;text-decoration: none;}
A:visited {color: #888888;text-decoration: none; }
A:hover {color: #ff0000;text-decoration: underline;}

