summaryrefslogtreecommitdiff
blob: ab9460a0dd06ae9bf891221283a3065e98440232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
body{
  font-size: 1em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #333;
  width: 40em;
  border-left: 1px #888 dotted;
	background: #F7F7F7;

}

h1{
	color:#A77272;
	text-decoration: none;
	border-bottom: 1px #A77272 solid;
	margin: 7px 15px 2px 15px;
	font: 1.5em Trebuchet MS, sans-serif
}

h2{
	color: #727664;
	font: 1.2em "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px #A77272 dashed;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
}

h3{
  color: #727664;
  font: 1.1em "Lucida Grande", Verdana, sans-serif;
  letter-spacing: 1px;
  padding: 5px;
  margin-left: 15px;
}

p{
	padding: 3px 15px;
	text-align: justify;
	color: #555;
  margin: 0;
  line-height: 1.5em;
}

pre {
  margin-left: 20px;
}

a,
a:link,
a:visited,
a:active, 
acronym{
	color: #000;
	border-bottom: 1px #000 dotted;
	text-decoration: none;
}