@import url("./styles-imported.css");

div, p, td, th, ul, ol, li, blockquote, h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, sans-serif;
color: black;
}

h1, h2 {
font-family: Arial, sans-serif;
}

input, textarea, select, option 
{
font-family: Arial, sans-serif;
}

th, td 
{

text-align: left;
}

a:link 
{
color: #003366;
text-decoration: underline;
}

a:hover
{
color: #000000;
}
a:visited
{
color: #660000;
text-decoration: underline;
}