blob: 171b2078b1500bbc0734dda64399b29ec97b577a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@charset "UTF-8";
body {
font-family: sans-serif;
text-align: center;
}
h1 {
font-size: xx-large;
text-shadow: 1px -1px 0 #CCCCCC;
}
h1 a {
color: #0062BE;
text-decoration: none;
}
img {
border: 0;
}
|