summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/style/menu.htm
blob: 63e64fe96cd2ca01196e92eede46a5a716d51723 (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
<style>
<!- Copyright (c) Go Ahead Software Inc., 1999-2000. All Rights Reserved. ->
<!--
	body {
		font-family: Veranda, Arial, Helvetica; 
		font-size: 9pt; 
		color: #ffffff;
		background-graphic: graphics/stripe.jpg;
	}
	p {
		font-family: Arial, Helvetica; 
		font-size: 9pt; 
		color: #ffffff;
	}
	h1 {
		font-family: Arial, Helvetica; 
		font-size: 11pt; 
		font-weight: bold; 
		color: #ffffff;
                margin-top: 8pt;
                margin-bottom: 4pt
	}
	h2 {
		font-family: Arial, Helvetica; 
		font-size: 9pt; 
		font-weight: bold; 
		color: #ffffff;
                margin-top: 8pt;
                margin-bottom: 4pt;
                padding-left: 12
	}
	h3 {
		font-family: Arial, Helvetica; 
		font-size: 9pt; 
		font-weight: normal; 
		color: #ffffff;
		margin: 0pt 0pt 0pt 0pt;
		padding: 0 0 0 30;
	}
h4 { font-family: Arial, Helvetica; font-size: 9pt; font-weight: normal; color: #ffffff; ; margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 15px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 30}
	a:link {
		text-decoration: underline;
		color: #33ccff;
	}
	a:visited {
		text-decoration: underline;
		color: #3399ff;
	}
	a:active {
		text-decoration: underline;
		color: #ccffff;
	}
-->
</style>