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
| .tmenu {
font-size:15px;
color:black;
background-color:transparent;
text-align:center;
font: Arial;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.menu {
font-size:12px;
color:black;
background-color:transparent;
text-align:center;
font: Arial;
font-weight: normal;
}
.exmenu {
font-size:11.5px;
color:black;
background-color:transparent;
text-align:center;
font-weight: normal;
font-family: Arial;
}
.desc {
font-size:12px;
color:black;
background-color:transparent;
text-align:center;
font: Arial;
font-weight: normal;
}
.tvin {
font-size:14px;
color:black;
background-color:transparent;
text-align:right;
font: Arial;
font-weight: bold;
font-style: italic;
}
.vin {
font-size:12px;
color:black;
background-color:transparent;
text-align:right;
font: Arial;
font-style: italic;
font-weight: normal;
}
p
{
margin-bottom:30px;
}
#top {
position:relatif;
width:504px;
height:200px;
vertical-align:top
z-index:1;
}
#button {
position:relative;
width:504px;
height:100px;
z-index:1;
vertical-align:text-bottom
} |