@charset "utf-8";

body {
background-color: #ffffff;
color: #000000;
}

div.main {
width: 375px;
}

table.width {
width: 390px;
}

p {
background-color: #ffffff;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-align: justify;
}

span.bold {
font-weight: bold;
}

a:link {
background-color: #ffffff;
color: #0000ff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

a:visited {
background-color: #ffffff;
color: #0000ff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

a:link:hover, a:visited:hover {
background-color: #ffffff;
color: #0000ff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
}

h1 {
background-color: #ffffff;
color: #000000;
font-family: arial, helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
font-style: normal;
text-align: center;
}