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
|
body
{
margin-left: 2cm;
}
h1,h2,h3,h4
{
color: #336699;
font-family: arial, helvetica, sans-serif;
margin-top: 0cm;
}
h1 {
font-size: 170%;
text-align: right;
}
h2 {
font-size: 115%;
text-align: left;
}
h3 {
font-size: 105%;
text-align: left;
}
h4 {
font-size: 100%;
text-align: left;
}
pre,code
{
color: #666666;
font-family: "courier new", courier;
font-size: 12pt;
}
.main
{
font-family: "times new roman", times;
font-size: 14pt;
}
td.main
{
font-family: "times new roman", times;
font-size: 14pt;
text-align: justify;
}
td.nav
{
font-family: tahoma, arial, times;
font-size: 10pt;
background-color: #FFCCCC
}
table {
}
|