1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .web {
- font-size: 12px;
- color: #FFFFFF;
- text-decoration: none;
- }
- .yellow {
- font-size: 12px;
- color: #EAB432;
- text-decoration: none;
- }
- .bl {
- font-size: 12px;
- color: #333333;
- text-decoration: none;
- line-height: 160%;
- }
- a.bl:link {
- font-size: 12px;
- color: #333333;
- text-decoration: none;
- }
- a.bl:visited {
- font-size: 12px;
- color: #333333;
- text-decoration: none;
- }
- a.bl:hover {
- font-size: 12px;
- color: #333333;
- text-decoration: none;
- }
- .red {
- font-size: 12px;
- font-weight: bold;
- color: #A80400;
- text-decoration: none;
- }
- .r {
- font-size: 12px;
- color: #A80400;
- text-decoration: none;
- }
- .gary {
- font-size: 12px;
- color: #666666;
- text-decoration: none;
- }
- .db {
- font-size: 16px;
- font-weight: bold;
- color: #333333;
- text-decoration: none;
- }
- .gr {
- font-size: 12px;
- color: #0C4F0C;
- text-decoration: none;
- line-height: 160%;
- }
- .re {
- font-size: 12px;
- color: #890202;
- text-decoration: none;
- line-height: 160%;
- }
- .xx {
- border: 1px dashed #990000;
- }
- .lj {
- font-size: 12px;
- font-weight: bold;
- color: #990000;
- text-decoration: none;
- }
- a.lj:link {
- font-size: 12px;
- font-weight: bold;
- color: #990000;
- text-decoration: none;
- }
- a.lj:visited {
- font-size: 12px;
- font-weight: bold;
- color: #990000;
- text-decoration: none;
- }
- a.lj:hover {
- font-size: 12px;
- font-weight: bold;
- color: #666666;
- text-decoration: none;
- }
|