eacont.css 445 Bytes
Newer Older
Rushikesh Padsala's avatar
Rushikesh Padsala committed
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
A, A:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
A:active, A:hover {
	cursor: default;
}
BODY {
	cursor: default;
	font-family: Arial, Helvetica;
	font-size: 10px;
	margin: 0px;
	padding: 5px;
}
IMG {
	border: none;
	text-decoration: none;
	margin-bottom: -3px;
}
LI {
	list-style: none;
	margin: 0px;
	white-space: nowrap;
}
UL {
	margin: 0px;
	padding: 0px;
}

.Loading {
	color: #CCCCCC;
	text-align : center;
}