1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
body {
margin-left: 20px;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
background-image: url(images/bg.gif);
font-family: Arial;
font-size: 12px;
line-height:16px;
}
hr{
border: 1px solid #FFFFFF;
}
a:link{
color:#0055CC;
}
a:visited{
color:#990099;
}
a:hover{
color:#CC0000;
}
th{
background-color:#FFFFFF;
font-weight:bold;
}
td{
background-color:#ecf7fe;
text-align:center;
}
.footer {
text-align:right;
color:#808080;
}
|