File size: 984 Bytes
0483caf
 
 
 
 
 
 
c98a93c
0483caf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
 body {
      font-family: 'Open Sans', sans-serif;
      background-color: #f5f5f5;
      color: #333;
      margin: 0;
      padding: 0;
      line-height: 1.6;
}
header {
  background-color: #004080;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
header h1 {
  margin: 0;
  font-size: 2rem;
}
.container {
  max-width: 960px;
  margin: 30px auto;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h2 {
  color: #004080;
  border-bottom: 2px solid #004080;
  padding-bottom: 5px;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
li:last-child {
  border-bottom: none;
}
.model-title {
  font-weight: bold;
}
.sub-list {
  margin-left: 20px;
  list-style-type: disc;
}
a {
  color: #004080;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
footer {
  text-align: center;
  padding: 20px;
  background-color: #004080;
  color: #fff;
  margin-top: 30px;
}