blob: f3b598acaf9f524529b941c1b870799c3135020d (
plain)
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
|
body {
background-color: #F7F7F7;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightbox {
float: right;
margin-top: 50px;
width: 180px;
background-color: #6299cd;
padding: 5px;
border: 2px solid black;
}
a.menu { text-decoration: underline; color: white; }
a.menu:link { text-decoration: underline; color: white; }
a.menu:visited { text-decoration: underline; color: white; }
a.menu:hover { text-decoration: none; }
.right {
text-align: right;
}
#contents {
margin-right: 190px;
}
|