summaryrefslogtreecommitdiff
path: root/styles.css
blob: a1cabe46265a47edff31e712c35a2773f9d05a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
  color: #000000;
  background-color: #FFFFFF;
}

a:link:hover {
  color: #9932CC;
}

h3 a {
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  font-style: italic;
  text-shadow: 2px 2px 9px #f44;
}

h1.title {
  text-align: center;
}