summaryrefslogtreecommitdiffstats
path: root/css/main.css
blob: 41c5a3e788515a5629b23bf8b810dcd74c1ccd3e (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
body
{
	background-color: #DCDCDC; 
	color: black;
        font-family: sans-serif;
	margin-left: 3em;
	margin-right: 3em;
}
div.body
{
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em;
	background-color: white;
	border-style: solid;
        border-width: 2px;
        border-color: black;
}
A:hover
{
	background:white;
}
A.button:hover
{
	background:none;
}
A:link
{
	text-decoration: none;
	color: blue ;
}
A:visited
{
	text-decoration: none; 
	color: navy;
}
A:active
{
	text-decoration: none; 
	color: red;
}
h
{
	color: black; 
}
p
{
	color: black; 
}
li
{
	color: black; 
}