

a:link{color:#0080c0;}
a:visited{color:#0080c0;}
a:hover{color:#999;}
a:active{color:#999;}


input {
	width: 200px;
}


@font-face {
font-family: 'euro-stile';
src: url('./EurostileLTStd.otf') format('opentype');
}
@font-face {
font-family: 'euro-stile-bold';
src: url('./EurostileLTStd-Bold.otf') format('opentype');
}
body {
font-family:euro-stile, Arial;
text-align:center;
/*background-image:url('bg.png');*/
background-repeat:no-repeat;
background-position:top center;
color: #fff;
background-color: #000;
}

.box {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: #ddddff;
border: 1px solid #aaa;
padding:2px;
font-family:euro-stile-bold, Arial;
margin:0px;
margin-top:4px;
}
table {
border-collapse:collapse;
}
th {
border-bottom:2px solid black;
padding-top:5px;
text-align:left;
font-size: 18pt;
font-family:euro-stile-bold, Arial;
}
th.right {
text-align:right;
}
td {
border-bottom:1px solid grey;
padding-top:5px;
text-align:left;
font-size: 18pt;
}
td.right {
text-align:right;
}
td.cen {
border-bottom:0px;
text-align:center;
font-size: 20pt;
font-family:euro-stile-bold, Arial;
}
td.date {
padding-top:0px;
text-align:center;
font-size: 14pt;
font-family:euro-stile, Arial;
}
td.no {
border-bottom:0px;
}
hr {
color: #fff;
background-color: #000;
height: 1px;
}