45 lines
678 B
CSS
45 lines
678 B
CSS
body {
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
font-size:14pt;
|
|
line-height:1.5em;
|
|
font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
|
|
width: 44em;
|
|
margin:4ex 0 12ex 5%;
|
|
}
|
|
.fire {
|
|
font-size: 40pt;
|
|
color: #ff0000;
|
|
}
|
|
.always {
|
|
font-size: 25pt;
|
|
color: #0000ff;
|
|
}
|
|
.safe {
|
|
font-size: 40pt;
|
|
color: #00af00;
|
|
}
|
|
P.little {
|
|
line-height:1em;
|
|
font-size: 35pt;
|
|
color: #f97b04;
|
|
}
|
|
small {
|
|
font-size: 10pt;
|
|
}
|
|
A:link {
|
|
color: #aa0000;
|
|
}
|
|
A:visited {
|
|
color: #606060;
|
|
}
|
|
A:active {
|
|
color: #ffffff;
|
|
}
|
|
img.c1 {
|
|
border:0;width:88px;height:31px
|
|
}
|
|
td {
|
|
vertical-align: text-top;
|
|
font-size: 12pt;
|
|
} |