<style>

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:ghostwhite;
}

table {
    border-collapse: collapse;
}

p, td, .inactivelink {
    font-size:13px;
}

th {
    font-size:14px;
}

tr:nth-child(even) {

    background-color:lightgray;
}

.suspectitem {
    color:red;
}

.btn {
    background-color:#004063;
}

</style>
