﻿body {
margin: 30px;
padding: 0;
line-height: 160%;
font-size: 11px;
font-weight :normal;
color: #666666;
background-color:#FFFFFF;
font-family: sans-serif;
}

a:link, a:visited{
font-weight: bold;
color: #669999;
text-decoration: none;
}

a:hover, a:active{
color: #ffcc66;
text-decoration: none;
}

td{
line-height: 160%;
font-size: 11px;
color: #666666;
}

.copyright{
padding: 6px;
color: #999999;
font-weight: bold;
font-size: 11px;
}

h1{
color: #666666;
font-size: 14px;
font-weight: bold;
line-height: 160%;
}

h2{
color: #ffcc66;
font-size: 13px;
font-weight: bold;
line-height: 140%;
margin-left: 5px;
}


.ex{
font-size:11px;
border: 1px dashed #996600;
padding: 5px;
margin-top: 5px;
}