Subversion Repositories php-qbpwcf

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 liveuser 1
@import url(http://fonts.googleapis.com/css?family=Lato:300);
2
 
3
body {
4
	background-color: #FFFFFF;
5
	margin-left: 32px;
6
	margin-top: 20px;
7
	margin-right: 20px;
8
	margin-bottom: 20px;
9
	font-family: "Lato", Arial;
10
	font-size: 14px;
11
	line-height:16px;
12
}
13
 
14
hr{
15
   border: 1px solid #FFFFFF;
16
}
17
 
18
a:link{
19
	color:#0055CC;
20
}
21
a:visited{
22
		color:#990099;
23
}
24
a:hover{
25
		color:#CC0000;
26
}
27
 
28
th{
29
	background-color:#FFFFFF;
30
 	font-weight:bold;
31
}
32
 
33
td{
34
	background-color:#ecf7fe;
35
 	text-align:center;
36
}