cssを直接書き込む

<style type=”text/css”>
<!–
p {color:blue; line-height:1.5;}
–>
</style>

html5の場合
<style>
</style>