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
|
H3{
font-family: Arial, Verdana, sans-serif;
text-align: left;
text-decoration: underline;
font-weight: bolder;
font-size: 14px;
line-height: 0px;
}
H4{
font-family: Arial, Verdana, sans-serif;
text-decoration: underline;
font-weight: bold;
font-style: normal;
font-size: 10px;
line-height: 0px;
margin-left: 15px;
}
H5{
font-family: Arial, Verdana, sans-serif;
text-decoration: underline;
font-weight: normal;
font-style: normal;
font-size: 10px;
line-height: 0px;
margin-left: 35px;
}
BODY,TD{
font-family: Arial, Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
text-align: justify;
}
PRE{
font-weight: bold;
color: #000000;
}
blockquote {
color: #000000;
margin: 1em 0 0;
padding: 16px;
}
A:link,A:visited{
color: #000088;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
background-color: transparent;
font-weight: bolder;
}
A:hover, A:active{
color: #000088;
font-family: Arial, Verdana, sans-serif;
text-decoration: underline;
background-color: transparent;
font-weight: bolder;
}
A:link,A:visited{
color: #000088;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
background-color: transparent;
font-weight: bolder;
}
A:hover,A:active{
color: #000088;
font-family: Arial, Verdana, sans-serif;
text-decoration: underline;
background-color: transparent;
font-weight: bolder;
}
|