2-APL UPC project.
1/* headings */
2
3.h1 {font-size:20px;
4padding:3px;
5border:1px solid black;
6}
7.h2 {font-size:17px;
8font-weight:bold;
9background-color:#F0F0F0;
10}
11.h3 {font-size:16px;
12font-weight:bold;
13padding-left:30px;
14}
15.h4 {font-size:14px;
16padding-left:45px;
17}
18
19/* end headings */
20
21/* list */
22
23.mylist {
24list-style-type:none;
25border:solid black 1px;
26padding:15px;
27}
28.mylist a {
29color:black;
30text-decoration:none;
31font-weight:bold;
32}
33li {
34list-style-type:none;
35}
36ul a:link {
37font-size:15px;
38padding-top:5px;
39border-top:5px;
40padding-left:-10px;
41
42}
43ul a:hover {
44color:#0066FF
45}
46ul a:visited:hover {
47color:#0066FF
48}
49
50ul ul a:link {
51list-style-type:none;
52font-size:14px;
53font-weight:normal;
54}
55ul ul a:hover {
56color:#0066FF;
57}
58ul ul a:visited {
59list-style-type:none;
60font-size:14px;
61font-weight:normal;
62}
63ul ul ul a:link {
64list-style-type:none;
65font-size:13px;
66color:#333333;
67font-style:italic
68
69}
70ul ul ul a:visited {
71list-style-type:none;
72font-size:13px;
73color:#333333;
74font-style:italic
75
76}
77ul ul ul a:hover {
78color:#0066FF;
79}
80ul ul ul ul a:link {
81list-style-type:none;
82font-size:11px;
83font-style:normal;
84}
85ul ul ul ul a:visited {
86list-style-type:none;
87font-size:11px;
88font-style:normal;
89}
90ul ul ul ul a:hover {
91color:#0066FF;
92}
93ul ul a:visited:hover {
94color:#0066FF;
95}
96
97/* end list */
98
99/* back to top */
100
101.backtotop a {
102font-size:12px;
103text-decoration:none;
104background:url(up_arrow_blue.gif) left no-repeat;
105padding-left:12px;
106float:right;
107color:#0000CC;
108}
109
110.backtotop a:visited {
111color:#0000CC;
112}