frant.css
span, p, i, address, a, table, td, tr, th, table, pre, li {
font-family : Arial, "arial unicode ms";
}
table {
border : 0;
background:#ffeecc;
border-collapse:collapse;
}
.im {
 text-align:center;
}
th, td {
padding : 5;
text-align : left;
vertical-align : middle;
font-weight : normal;
border : 1px solid gray;
}
td.rev {
padding :5px 5px;
text-align : left;
font-weight : normal;
border : 1px solid gray;
}
.tr {
transition: background 0.7s ease-in-out;
background: #00004d;
border:thin solid gray;
}
td:hover.tr {
background: #ffeecc;
cursor:pointer;
}
.trab {
transition: background 0.7s ease-in-out;
background: #fff;
border:thin solid gray;
}
td:hover.trab {
background: #00004d;
cursor:pointer;
}
.tra {
transition: background 0.5s ease-in-out;
color:#00004d;
background: #fff;
border:0;
text-align:center;
}
td:hover.tra {
background: #00004d;
color:#fff;
cursor:pointer;
}
td.ove {
transition: background 2s ease-in-out;
transition-delay: 0.5s;
color : #00004d;
background : #00004d;
padding : 5px 5px;
text-align : left;
font-weight : normal;
border : 1px solid silver;
font-size : 0.8em;
}
td:hover.ove {
background: #ffeecc;

color : #00004d;
}
p,div,span,td {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
-webkit-hyphenate-limit-lines: 2;
        hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-chars: auto 3;
        hyphenate-limit-chars: auto 3;
}
a:link {
color : #00004d;
font-weight : normal;
text-decoration : none;
}
a:visited {
color : #00004d;
font-weight : normal;
}
a:hover {
text-decoration : none;
color : #00004d;
font-weight : normal;
}
a:active {
color : #00004d;
font-weight : normal;
outline:none;
}
a:focus {
   outline:0;
}
a:link.tie {
color : #ffeecc;
font-weight : normal;
text-decoration : none;
}
a:visited.tie  {
color : #ffeecc;
font-weight : normal;
}
a:hover.tie  {
text-decoration : none;
color : #ffeecc;
font-weight : normal;
}
a:active.tie  {
color : #ffeecc;
font-weight : normal;
outline:none;
}
a:target.tie {
color : #ff661a;
padding-top:0px;
font-size: 1.6em;
text-decoration:none;
}
a:focus {
   outline:none;
}
a:link.ove {
text-decoration : none;
color : #00004d;
font-weight : normal;
}
a:visited.ove {
text-decoration : none;
color : #00004d;
font-weight : normal;
outline:none;
}
a:hover.ove {
text-decoration : none;
color : #00004d;
font-weight : normal;
}
a:active.ove {
text-decoration : none;
color : #00004d;
font-weight : normal;
outline:none;
}
a:focus {
   outline:none;
}
strong {
font-weight : bold;
}
em {
font-style : italic;
}
body {
margin : 0;
padding : 0;
font-family : arial;
}
:target {
color : #ff661a;
padding-top:12px;
font-size: 1em;
font-weight:normal;
}
.box {
 font-size:8px;
 padding-left:0px;
 width:90%;
 margin:auto;
}