|
|
@ -1,20 +1,21 @@
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.center {
|
|
|
|
.center {
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
width: 96%;
|
|
|
|
width: 96%;
|
|
|
|
border: 1px solid #73AD21;
|
|
|
|
/*border: 1px solid #73AD21;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
tr {
|
|
|
|
tr {
|
|
|
|
font-family: "Lucida Console", Monaco, monospace;
|
|
|
|
font-family: "Lucida Console", Monaco, monospace;
|
|
|
|
font-size : 12px;
|
|
|
|
font-size : 12px;
|
|
|
|
height: 22px;
|
|
|
|
height: 22px;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
td {
|
|
|
|
td {
|
|
|
@ -23,20 +24,20 @@ td {
|
|
|
|
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
a:link {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
a:active {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|