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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
H1, H2, H3, H4, H5, H6, P, OL, DIR, MENU, DIV,
DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, FORM, DL
{
margin-left: 0%;
display: block ;
}
BODY {
background-color:white;
margin-left: 10%; margin-right: 10%;
}
P {
margin-top: 1em; margin-bottom: 0%;
margin-left: 0%;
}
table.button {
margin-top: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}
a.button {
text-decoration: none;
border-style: double;
padding: 10px 10px 10px 10px;
}
TABLE {
margin-top: 3%;
}
table.center {
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
}
th.center {
background-color: DDDDDD;
text-align: center
}
td.center {
text-align: center
}
TH {
text-align: center;
column-span: 3;
}
TD {
text-align: left;
vertical-align: top;
}
LISTING, UL
{
margin-left: 0%;
text-align: top;
display: block ;
}
li.shortlist
{
margin-top: 0.5em;
}
H1 { text-align: center; }
IMG { border-style: none; }
img.demo {
text-decoration: none;
border-style: none;
padding: 0px 0px 0px 0px;
height: 300px;
width: 450px;
}
object.sidebar
{
height: 25em;
margin-right: 15;
max-width: 90%;
}
|