写的样式如何在插入的层中也可以用?
我写了
<style type="text/css">
<!--
.text { font-size: 12px; line-height: 140%;font-family: "宋体"}
.text1 { font-size: 12px; text-decoration: none ;line-height:130%;font-family: "宋体"}
.large { font-size: 14px;line-height: 140%;font-family: "宋体"}
a { text-decoration: underline}
a:hover { color: #FF6666; text-decoration: none;}
a:visited { color: #336699}
td { font-size: 12px; color: #000099;font-family: "宋体"}
.text3 { font-size: 12px; font-family: "宋体"; line-height: 120%}
.text4 { font-family: "宋体"; font-size: 12px; line-height: 160%}
.text5 { font-size: 14px; font-family: "宋体"; line-height: 100%}
.large2 { font-size: 14px; line-height: 155%}
.image {border-left-color: #000000; border-right-color: #000000; border-top-color: #000000; border-bottom-color: #000000}
-->
</style>
这样的样式,
但是在插入的层中不能得到上面样式中的效果,
高手指教。