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
|
/*VPDbURL{file:///E|/euler/docs/euler.vpp}*/
P {
Margin-Left : 10% ;
Margin-Right : 10%
}
P.NotNarrowed {
Margin-Bottom : 0px ;
Margin-Top : 0px ;
Margin-Left : 0px ;
Margin-Right : 0px
}
H1 {
Text-Align : Right
}
H2 {
Text-Align : Left
}
H3 {
Text-Align : Left
}
PRE {
Margin-Left : 15% ;
Font-Family : Courier New, Courier
}
OL {
Margin-Left : 10%
}
UL {
Margin-Left : 10%
}
BODY {
Font-Family : Arial, Helvetica ;
Background-Image : url(back.gif)
}
:link {
Color : #993300
}
:active {
Color : #993300
}
:visited {
Color : #663300
}
TT {
Font-Family : Courier New, Courier
}
|