html{
background-color: #eeeeee;
color: #000000;
}
body{
font-family: serif;
font-size: 1em;
font-size-adjust: 0.48;
background-color: inherit;
color: inherit;
padding: 10px;
margin: 10px;
}
a:link		{color: #000000; background-color: #eeeeee; text-decoration: none; font-weight: bold; }
a:visited	{color: #666666; background-color: #eeeeee; text-decoration: none; font-weight: bold; }
a:hover		{color: #999999; background-color: #eeeeee; text-decoration: none; }
a:active	{color: #bbbbbb; background-color: #eeeeee; text-decoration: none; }
p{
text-align: justify;
}
pre{
overflow: auto;
background-color: #ffffff;
color: #007f00;
font-weight: bold;
border: 1px dashed #333333;
margin: 30px;
padding: 20px;
}
abbr,acronym{
cursor: help;
font-weight: bold;
}
tt{
font-weight: bold;
}
#top,#fine{
background-color: inherit;
color: inherit;
text-decoration: none;
}
h1,h2{
margin: 0;
padding: 0;
text-align: center;
}
hr{
display: none;
}
div address{
padding-top: 10px;
border-top: 2px solid #333333;
text-align: right;
}
div small{
font-size: 70%;
}
