A:link {color: #0000ff; text-decoration: underline;}
A:visited {color: #0000aa; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a[target=_blank] {
	padding-right: 18px;
	background: url(./image/icon_blank4.png) right center/14px auto no-repeat;
}
body {
     margin: 30px 24px 10px 24px;
     font-family: "Times New Roman","Times";
}

h1  {
    text-align: center;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 3px 12px 1px 12px;
    font-size: 200%;
}
h2  {
    color: #333333;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 3px 12px 1px 12px;
    font-weight: bold;
    font-size: 160%;
    font-style: italic;
}
h3  {
    color: #660000;
    margin-top: 12px;
    margin-left: 0px;
    margin-bottom: 6px;
    padding: 3px 2px 1px 0px;
    font-weight: bold;
    font-size: 130%;
}
