/* Hyperlink Setting */
a:link {color: #0088cc; text-decoration:none}
a:visited {color: #0088cc; text-decoration:none}
a:hover {color: #0088cc; text-decoration:underline}

/* Paragraph Setting */
p {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 75%;
line-height: 150%;
color: #555555;
}

/* Header 1 Settings */
h1 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 150%;
margin-bottom: -10px;
margin-top: 10px;
font-weight: bold;
color: #555555;
/* border-bottom: 1px solid #C0C0C0; */
}

/* Header 2 Settings */
h2 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 115%;
margin-bottom: -15px;
font-weight: bold;
color: #555555;
}

/* Header 3 Settings */
h3 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 90%;
margin-bottom: -8px;
margin-top: 0px;
font-weight: bold;
color: #555555;
border-bottom: 1px solid #C0C0C0;
}

/* Header 4 Settings */
h4 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 80%;
font-style: italic;
margin-bottom: -15px;
font-weight: normal;
color: #555555;
}

/* Bullet List Settings, with indent */
ul {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 75%;
line-height: 150%;
color: #555555;
list-style-type: square;
}

/* Bullet List 'a' Settings, no indent */
ul.a {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 75%;
line-height: 150%;
color: #555555;
list-style-type: square;
margin-left: 8px;
padding-left: 8px;
margin-bottom: -15px;
}

/* text that follows bullets */
p.a {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 75%;
line-height: 150%;
color: #555555;
margin-bottom: -15px;
}


