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 63 64 65 66
|
html {
max-width: 900px;
margin-left: 35px;
margin-right: 20px;
}
h1 {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
font-size: 30px;
letter-spacing: 4px;
font-weight: normal;
font-family: sans-serif;
color: #003060;
}
h2 {
font-size: 20px;
font-weight: normal;
font-family: sans-serif;
color: #003060;
}
h3 {
font-size: 18px;
font-weight: normal;
font-family: sans-serif;
color: #003060;
}
h4 {
font-size: 15px;
font-weight: bold;
font-family: sans-serif;
color: #003060;
}
p {
text-align: justify;
font-size: 15px;
}
pre {
margin-left: 15px;
font-size: 15px;
}
ul {
padding: 10px;
font-size: 15px;
}
li {
list-style: none;
}
a {
text-decoration: none;
font-weight: bold;
color: #306090;
}
a:hover {
color: #003060;
}
|