2020-02-23 10:46:42 +01:00
|
|
|
body {
|
|
|
|
background:#333333;
|
|
|
|
font-family:Arial, sans-serif;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border:5px solid #000000;
|
|
|
|
background:#000000;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
background:#ffffff;
|
|
|
|
padding:5px;
|
|
|
|
border:5px solid #000000;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
color:#ffffff;
|
|
|
|
margin-left:10px;
|
|
|
|
padding-top:10px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
color:#ed1c24;
|
|
|
|
margin-left:10px;
|
2020-02-23 12:49:23 +01:00
|
|
|
margin-top:20px;
|
2020-02-23 10:46:42 +01:00
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
color:#f0f0f0;
|
|
|
|
margin-left:10px;
|
|
|
|
margin-bottom:0;
|
|
|
|
padding-bottom:0;
|
|
|
|
}
|
2020-03-07 09:27:30 +01:00
|
|
|
a {
|
|
|
|
color:white;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
small {
|
|
|
|
color:grey;
|
|
|
|
}
|
2020-02-23 10:46:42 +01:00
|
|
|
.center {
|
|
|
|
margin:20px auto;
|
|
|
|
width:1124px;
|
|
|
|
background:#000000;
|
|
|
|
border-radius:5px;
|
|
|
|
}
|
2020-02-24 22:29:44 +01:00
|
|
|
.center p {
|
|
|
|
margin-left:10px;
|
|
|
|
width:60%;
|
|
|
|
color:#ffffff;
|
2020-03-07 09:27:30 +01:00
|
|
|
}
|