body {
    font-family: "arial",helvetica, sans-serif;
    /*overflow:visible */
}


table, th, td {
    padding: 10px;
   /* white-space: pre; */
    word-break: normal;
   
}


h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

p {
    font-size: 14px;
}
li {
    font-size: 14px;
}


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

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

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: red;
}