@charset "utf-8";

body {
background-color: #ffffff;
color: #000000;
}

div.main {
width: 375px;
margin-left: 10px;
}

p {
background-color: #ffffff;
color: #000000;
font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-align: left;
}

span.bold {
font-weight: bold;
}

.center {
text-align: center;
}

a:link {
background-color: #ffffff;
color: #0000ff;
font-family: "lucida grande", 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: "lucida grande", 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: "lucida grande", 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: 16px;
font-weight: bold;
font-style: normal;
text-align: center;
}