| 1 |
body { |
|---|
| 2 |
font-size: 85%; |
|---|
| 3 |
width: 800px; |
|---|
| 4 |
/*margin: 3% 5%;*/ |
|---|
| 5 |
padding: 0px; |
|---|
| 6 |
color: #000000; |
|---|
| 7 |
} |
|---|
| 8 |
|
|---|
| 9 |
img.photo { |
|---|
| 10 |
margin: 10px; |
|---|
| 11 |
border: 0; |
|---|
| 12 |
} |
|---|
| 13 |
|
|---|
| 14 |
a:link { |
|---|
| 15 |
color: #dd0000; text-decoration: none; |
|---|
| 16 |
background-color: transparent; |
|---|
| 17 |
} |
|---|
| 18 |
|
|---|
| 19 |
a:visited { |
|---|
| 20 |
color: #aa4444; text-decoration: none; |
|---|
| 21 |
background-color: transparent; |
|---|
| 22 |
} |
|---|
| 23 |
|
|---|
| 24 |
a:hover { |
|---|
| 25 |
text-decoration: underline; color:#ff2222 ; |
|---|
| 26 |
font-style: normal; |
|---|
| 27 |
background-color: transparent; |
|---|
| 28 |
} |
|---|
| 29 |
|
|---|
| 30 |
h1 { |
|---|
| 31 |
margin: 0em 0em 1em 0em; |
|---|
| 32 |
padding-top: 0.5em; |
|---|
| 33 |
padding-bottom: 0.5em; |
|---|
| 34 |
font-family: Times, Georgia, serif; |
|---|
| 35 |
font-size: 200%; |
|---|
| 36 |
font-weight: bolder; |
|---|
| 37 |
color: #00c; |
|---|
| 38 |
/*border-top: 2px dotted #00c;*/ |
|---|
| 39 |
border-bottom: 2px dotted #aaa; |
|---|
| 40 |
/*background-color: #eef;*/ |
|---|
| 41 |
/*text-decoration: underline;*/ |
|---|
| 42 |
} |
|---|
| 43 |
|
|---|
| 44 |
h2 { |
|---|
| 45 |
padding-left: 0.5em; |
|---|
| 46 |
border-left: solid 5px #c00; |
|---|
| 47 |
border-bottom: solid 1px #c00; |
|---|
| 48 |
font-size: 1.5em; |
|---|
| 49 |
color: #000; |
|---|
| 50 |
} |
|---|
| 51 |
|
|---|
| 52 |
h3 { |
|---|
| 53 |
margin-top: 1.5em; |
|---|
| 54 |
padding-left: 0.3em; |
|---|
| 55 |
border-bottom: solid 1px #000; |
|---|
| 56 |
color: #22d; |
|---|
| 57 |
} |
|---|
| 58 |
|
|---|
| 59 |
h4 { |
|---|
| 60 |
margin-top: 1em; |
|---|
| 61 |
padding-left: 0.1em; |
|---|
| 62 |
border-bottom: dotted 1px #000; |
|---|
| 63 |
} |
|---|
| 64 |
|
|---|
| 65 |
div.menu { |
|---|
| 66 |
float: left; |
|---|
| 67 |
width: 200px; |
|---|
| 68 |
background-color: #ddd; |
|---|
| 69 |
} |
|---|
| 70 |
|
|---|
| 71 |
div.main { |
|---|
| 72 |
float: right; |
|---|
| 73 |
width: 580px; |
|---|
| 74 |
padding: 0em 10px 0em 10px; |
|---|
| 75 |
/*padding: 0em 1em 0em 1em;*/ |
|---|
| 76 |
/*background-color: #ccc;*/ |
|---|
| 77 |
} |
|---|
| 78 |
|
|---|
| 79 |
ol { |
|---|
| 80 |
margin: 0; |
|---|
| 81 |
padding :1em 0 1em 2em; |
|---|
| 82 |
border-top: 3px solid #aaa; |
|---|
| 83 |
border-bottom: 3px solid #aaa; |
|---|
| 84 |
/* margin: 0 1em;*/ |
|---|
| 85 |
} |
|---|
| 86 |
|
|---|
| 87 |
ol li { |
|---|
| 88 |
/*margin: 0; |
|---|
| 89 |
padding: 0;*/ |
|---|
| 90 |
font-size: 1em; |
|---|
| 91 |
line-height: 180%; |
|---|
| 92 |
} |
|---|
| 93 |
|
|---|
| 94 |
p { |
|---|
| 95 |
line-height: 120%; |
|---|
| 96 |
} |
|---|
| 97 |
|
|---|
| 98 |
div.command { |
|---|
| 99 |
margin: 1em 1.5em; |
|---|
| 100 |
padding : 0.7em 0.5em; |
|---|
| 101 |
font-weight: bolder; |
|---|
| 102 |
color: #fff; |
|---|
| 103 |
background-color: #000; |
|---|
| 104 |
} |
|---|
| 105 |
|
|---|
| 106 |
dl { |
|---|
| 107 |
margin-left: 3em; |
|---|
| 108 |
} |
|---|
| 109 |
|
|---|
| 110 |
dt { |
|---|
| 111 |
margin-bottom: 0.2em; |
|---|
| 112 |
font-weight: bold; |
|---|
| 113 |
} |
|---|
| 114 |
|
|---|
| 115 |
dd { |
|---|
| 116 |
margin: 0em 3em 0.5em 1em; |
|---|
| 117 |
} |
|---|