a:hover {
color : #0000ff;
text-decoration : none;
}
a:link { 
color : #0000ff;
text-decoration : none;
}
a:visited { 
color : #800080;
text-decoration : none;
}

body {
background-color: #eaeaea;
margin-top: 0;
font-family: verdana, sans-serif;
font-size: 10pt;
}

hr {
color: #ffffff;
size: 2;
}

.footer {
font-family: times, serif;
font-size: 10pt;
}

.question { 
font-weight: bold;
font-style: italic
}

.grey_small {
font-style: normal;
font-weight: normal;
font-size: 8pt;
color: gray;
}

h1 {
font-size: 14pt;
font-weight: bold;
}

h2 {
font-size: 12pt;
font-weight: bold;
}

h3 {
font-size: 10pt;
font-weight: bold;
}

h4 {
font-size: 8pt;
font-weight: bold;
}

.giant {
font-size: 20pt;
}

.small {
font-size: 8pt;
}

.italic {
font-style: italic;
}

ul {
list-style-type: circle;
}

th {
text-align: left;
font-size: 10pt;
font-weight: bold;
}

td {
font-size: 10pt;
}