body {
	font-family: Helvetica, Arial,  sans-serif;
}

td {
	font-family: Helvetica, Arial,  sans-serif;
}

th {
	font-family: Helvetica, Arial,  sans-serif;
}
h1 {
    font-size: 20px;
}

h2 {
    font-size: 10px;
}

p {
    font-size: 10px;
}


/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: green;
}
/*a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}*/

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}