25 lines
290 B
CSS
25 lines
290 B
CSS
|
BODY {
|
||
|
margin: 0;
|
||
|
background: url('/assets/img/retro/BG.GIF');
|
||
|
color: white;
|
||
|
font-family: serif;
|
||
|
}
|
||
|
A {
|
||
|
color: lightblue;
|
||
|
}
|
||
|
#MYTABLE {
|
||
|
width: 768px;
|
||
|
}
|
||
|
#MAIN {
|
||
|
border: 6px grey ridge;
|
||
|
width: 525px;
|
||
|
}
|
||
|
TD {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
TH {
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
IMG {
|
||
|
margin-bottom: 10px;
|
||
|
}
|