Here is the general format for creating internal cascading styles

<head>

<style type="text/css">

hr {color: sienna;}

p {font-family: Arial, Verdana, sans-serif; color: #00008B;}

body {background-color: #5F9EA0;}

</style>

</head>