6 lines
167 B
CSS
6 lines
167 B
CSS
|
|
@charset "gb2312";
|
|||
|
|
body{font-size:16px; font-family:Verdana,"<22><><EFBFBD><EFBFBD>";}
|
|||
|
|
h1{text-align:center;}
|
|||
|
|
p{text-indent:2em;}
|
|||
|
|
.boldfont{font-weight:bold;}
|
|||
|
|
.redfont {color: #FF0000;}
|