body {
 font-family: Arial;
 font-size: 12px;
 color: #000000;
 text-align: justify;
}

b {
font-weight: bold;
font-size: 12px;
color: #000000;
}

h2 {
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
}

a:link {
 font-family: Arial;
 color: #303030;
 font-weight: bold;
 text-align: justify;
 border-color: #303030;
 outline-color: #303030;
 }

a:visited {
 font-family: Arial;
 color: #303030;
 font-weight: bold;
 text-align: justify;
 border-color: #303030;
 outline-color: #303030;
 }

a:hover {
 font-family: Arial;
 color: #909090;
 font-weight: bold;
 text-align: justify;
 border-color: #909090;
 outline-color: #909090;
 }

a:active {
 font-family: Arial;
 color: #FF9900;
 font-weight: bold;
 text-align: justify;
 border-color: #FF9900;
 outline-color: #FF9900;
}

table {
 font-family: Arial;
 font-size: 12px;
 color: #000000;
 text-align: justify;
}

edit {
color: #fff;
font-weight: bold;
}