body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12;
}

.b:hover {
    color: #CCFFFF;
    text-decoration: underline;
}

.b:link {
    color: #CCFFFF;
    text-decoration: none;
}

.b:visited {
    color: #CCFFFF;
    text-decoration: none;
}

html {overflow-y: scroll;
}
    

