2010-10-31 22:50:48 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
margin-top: 2ex;
|
|
|
|
margin-bottom: 3ex;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.note {
|
|
|
|
text-align: center;
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
color: #006699;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
background: #eeeeee;
|
2010-11-01 10:28:23 +00:00
|
|
|
margin-bottom: 3ex;
|
2010-10-31 22:50:48 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2010-11-01 10:28:23 +00:00
|
|
|
margin-top: 2ex;
|
2010-10-31 22:50:48 +00:00
|
|
|
color: #006699;
|
|
|
|
}
|
2010-11-01 10:28:23 +00:00
|
|
|
p {
|
|
|
|
margin-left: 5%;
|
|
|
|
margin-right: 5%;
|
|
|
|
}
|
2010-11-02 20:28:56 +00:00
|
|
|
ul {
|
|
|
|
margin-left: 5%;
|
|
|
|
margin-right: 5%;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin-top: 0.5ex;
|
|
|
|
margin-bottom: 0.5ex;
|
|
|
|
}
|
2010-10-31 22:50:48 +00:00
|
|
|
tt {
|
|
|
|
background: #dddddd;
|
|
|
|
}
|