22 lines
181 B
CSS
22 lines
181 B
CSS
|
body {
|
||
|
margin : 1em;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size : 14pt;
|
||
|
font-weight : bold;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color : #4684ff;
|
||
|
text-decoration : none;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color : black;
|
||
|
}
|
||
|
|
||
|
img.logo {
|
||
|
float : right;
|
||
|
}
|