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;
} .initial {
font-size:26px;
color:#aa0000;
font-weight:bold;
}
th, td {
padding : 5;
text-align : left;
vertical-align : top;
font-weight : normal;
border : 1px solid gray;
}
p,td,div,span  {
 word-spacing:2.2px;
}
a:link {
color : #000;
font-weight : normal;
text-decoration : none;
background: #ffeecc;
padding: 0px 5px;
}
a:visited {
color : #00008b;
padding: 2px 4px;
font-weight : normal;
padding: 0px 5px;
}
a:hover {
text-decoration : none;
color : #CA4E19;
font-weight : normal;
border-radius: 5px;
background: #ffeecc;
padding: 0px 5px;
}
a:active {
color : #00004d;
font-weight : normal;
outline;0;
padding: 0px 5px;
}
a:focus {
   outline:0;
}
a:link.tie {
color : #ffeecc;
font-weight : normal;
text-decoration : none;
font-size: 1.1em;
padding: 0px 5px;
}
a:visited.tie  {
color : #ffeecc;
font-weight : normal;
font-size: 1.1em;
padding: 0px 5px;
}
a:hover.tie  {
color : #ca4e19;
font-weight : normal;
font-size: 1.1em;
background:#ffeecc;
padding: 0px 5px;
}
a:active.tie  {
color : #ffeecc;
font-weight : normal;
font-size: 1.1em;
padding: 0px 5px;
outline;0;
}
a:focus {
   outline:0;
}
strong {
font-weight : bold;
}
em {
font-style : italic;
}
body {
margin : 0;
padding : 0;
font-family : arial;
}
a:target.tie {
color : #CA4E19;
padding-top:10px;
font-size: 1.1em;
text-decoration:none;
}
.box {
 font-size:8px;
 float:left;
 padding-left:0px;
 width:3.5%;
}
p,div,span,font,td {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   -moz-hyphenate-limit-chars: auto 6;
   -webkit-hyphenate-limit-chars: auto 6;
   -o-hyphenate-limit-chars: auto 6;
   -ms-hyphenate-limit-chars: auto 6;
   hyphenate-limit-chars: auto 6;
   -moz-hyphenate-limit-lines: 2;
   -o-hyphenate-limit-lines: 2;
   -webkit-hyphenate-limit-lines: 2;
   -ms-hyphenate-limit-lines: 2;
   hyphenate-limit-lines: 2;
}