
a:visited { 
    text-decoration: none; 
    color: #222222 
}

a:link    { 
    text-decoration: none;
    color: #222222
}

a:hover   { 
    color: #646464;
    border-bottom: none
}


.text {
text-align:center;
font-family:tahoma;
font-size:14;
font-weight:bold;
}

.center {
text-align:center;
font-family:tahoma;
font-size:13;
}

.highlight {
width:500;
padding-top: 10px;
text-align:justify;
font-family:tahoma;
font-size: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
border: dotted;
border-width: 1px;
border-color: #222222;
font-weight:bold; 
background-color: #eeeeee;
}


h1{
text-align:center;
font-family:tahoma;
font-size:24;
font-weight:bold;
}

th {
text-align:center;
font-family:tahoma;
font-weight:bold;
font-size:16;
color:#222222;

}

td {
text-align:justify;
font-family:tahoma;
font-size:13;

}

td.center {
text-align:center;
}
td.left {
text-align:left;
}
td.right {
text-align:right;
}

td.noimage {
background-image:none;
}
