<!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Transitional//EN" "http://bbs.blueidea.com/index.php">
<html
xmlns="http://bbs.blueidea.com/index.php">
<head>
<meta
http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>test</title>
<style type="text/css">
* {
margin:0;
padding:0;
}
body {
font-family:"宋体",Arial, Helvetica,
sans-serif;
font-size:small;
}
p:first-letter
{
font-weight:bold;
color:blue;
font-size:200%;
}
</style>
</head>
<body>
<p>9.0text</p>
<p>9.0text</p>
<p>9.0text</p>
</body>
</html>