/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 1, 2021, 4:31:26 PM
    Author     : robert
*/

body {
    color: #000000;
    background-color: #ffffff;
}
a:link {
    color:#0000dd;
}
a:visited {
    color:#bb0000;
}
a:hover {
    color: hotpink;
}
a:active {
    color:#0000dd;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
table.a {
    width: 600px;
}
table.b {
    border: none;
    padding: 0px;
    border-spacing: 0px;
    width: 610px;
}
table.c {
    border: 1px solid black;
    border-color: black;
    padding: 1px;
    border-spacing: 0px;
    background-color: #ffffcc;
    width: 100%;
    text-align: center;
}
table.d {
    border: 1px solid black;
    padding: 3px;
    background-color: white;
    width: 100%;
}
td.c {  
    border: 1px solid black;
}
td.b {
    background-color: #ffcccc;
    border: 1px solid black;
}
td.a {
    background-color: #dddddd;
    border: 1px solid black;
}
td.d {
    background-color: #ffff33;
    border: 1px solid black;
}
td.e {
    text-align: center;
    background-color: white;
}
img.bug {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}
.style3 {
    font-family: Tahoma, Verdana, "Arial Narrow";
}
.style4 {
    font-size: 12px;
    font-style: italic;
}
.style5 {
    font-family: Tahoma, Verdana, "Arial Narrow"; 
    font-size: 12px; 
}