summaryrefslogtreecommitdiff
path: root/css/style.css
blob: 047f5c9b46df90f43152f949961ab56656e83933 (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
footer
{
	font-size:12px;
}
.header_link
{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background: #f9f9f9;
}
.header_link:hover
{
	text-decoration: none;
	background: #eeeeee;
}

body
{
	margin: 10px;
}