body {
    background-color: #A2BCCB;
    margin: 0;	padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
    color: #EA6004;
    text-decoration: none;
}
.normal {    font-size: 1em;}
.screen b {
    font-weight:bold;
    font-size: 0.8em;
}

.cont {
    padding: 10px 10px 10px 20px;
    font-size: 0.8em;
    background-color : #CDD7E6;
    border: dashed 1px #58BAD0;
}
.cont a:link, .cont a:visited{   border-bottom: dashed 1px #CDD7E6; color: red; font-weight:bold;}
.cont a:hover {			 border-bottom: dashed 1px #1482C2; color: #030769; font-weight:bold;}


.delim { border-bottom : 1px dashed #58BAD0; }
.nohover a:hover {text-decoration:none; border: 0px;}

.tt3 {
    background-color: #1482C2;
    padding: 10px 10px 10px 20px;
}
.tt3 a:link, .tt3 a:visited{ border-bottom: dashed 1px #1482C2; font-weight:bold; color: #FFFFFF;}
.tt3 a:hover { 		     border-bottom: dashed 1px #1482C2; font-weight:bold; color: red;}


:link img.t {border-style:solid; border-width:2px; border-color:#030769;}
:visited img.t {border-style:solid; border-width:2px; border-color:#030769;}
:hover img.t {border-style:solid; border-width:2px;  border-color:red;}
