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 47 48 49 50 51 52 53 54 55 56 57 58
|
<STYLE TYPE="type/css">
<!--
H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, FORM, DL,
LISTING
{
margin-left: 5%;
display: block ;
}
BODY {
background-color:white;
margin-left: 8%; margin-right: 8%;
border-left: 8%; border-right: 8%;
background-image: url(r3d_docbkg.jpg);
}
P {
margin-top: 0%; margin-bot: 0%;
margin-left: 0%;
border-left: 0%;
}
H1 { text-align: center; text-decoration: underline; }
H3 { color:#009900; margin-left: 3%; }
H4 { color:#009900; margin-left: 0%; }
H5 { color:#006600; margin-left: 3%; font-size=+1; }
DT {
color:#006600;
font-weight: bold;
margin-left: 4%; margin-right: 4%;
border-left: 4%; border-right: 4%;
margin-top: 3;
}
DD {
margin-left: 8%; margin-right: 8%;
border-left: 8%; border-right: 8%;
margin-top: 3;
}
LISTING, PRE
{
margin-left: 8% ;
line-height: 1.00 ;
}
div.box { border: solid; border-width: thin;
margin-top: 5; margin-bottom: 5; margin-right: 5%;
}
div.color1 { border: none; background: #AADDFF; padding: 0.5em; }
div.footer { border: solid; border-width: thin;
margin-top: 20;
margin-left: 0%; margin-right: 0%;
padding: 10;
}
-->
</STYLE>
|