body 
{
 background-color: rgb(255,255,255);
 color: rgb(0,0,160);
 font-family: Times New Roman;
 font-size: 12pt;
 margin: 4%;
 margin-right: 4%;
 margin-bottom: 4%;
 margin-left: 4%;
 text-align: center;
 scrollbar-face-color: rgb(255,255,255);
 scrollbar-3dlight-color: rgb(255,255,255);
 scrollbar-track-color: rgb(255,255,255);
 scrollbar-darkshadow-color: rgb(255,255,255);
 scrollbar-arrow-color: rgb(44,107,178);
 scrollbar-highlight-color: rgb(44,107,178);
 scrollbar-shadow-color: rgb(44,107,178);
}

table.main
{
background: #eaf4ff;
border: 1 outset #2c6bb2;
text-align: center;
}

.tit{
color: #005EC5;
font-family: Arial;
font-size: 13px;
font-weight: bold;
text-align: right;
}

a:link
{ 
 text-decoration: none;
} 
a:visited
{ 
 text-decoration: none;
}
a:active
{
 text-decoration: underline;
}

p
{
font-family: Arial;
font-size: 14;
color: rgb(0,0,160);
}
li
{
font-family: Arial;
font-size: 14;
color: rgb(0,0,160);
}