aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
blob: fcdd8ed7f1f250ae406a5c8eb20a27fc8b01ebee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
	background-color: #F0FFFF;
  margin: 25px 10%;
}

p {
  text-indent: 2em;
}

h1 {
	color: #003333;
	font-family: serif;
	font-size: 1.8em;
	font-variant: small-caps;
  text-align: center;
}