31 lines
370 B
CSS
31 lines
370 B
CSS
body {
|
|
background-color: #FAFAFA;
|
|
color: #111111;
|
|
font-family: Tahoma, Helvetica, sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
a:link {
|
|
text-decoration: none;
|
|
color: #004070;
|
|
}
|
|
|
|
a:hover {
|
|
color: #B44444;
|
|
}
|
|
|
|
a:visited {
|
|
color: #B44444;
|
|
}
|
|
|
|
#globalContainer {
|
|
text-align: left;
|
|
display: inline-block;
|
|
}
|
|
|
|
.date {
|
|
margin-left: 3em;
|
|
padding-right: 1em;
|
|
font-size: 0.9em;
|
|
}
|