<!--put this in your head tags to link to an external css file-->
<link href="format.css" type="text/css" rel="stylesheet">
<!--put this in your head tags to use internal css-->
<style type="text/css" >
body {
background-color:#822ffcc;
}
</style>
<!--put this in the element you want to apply a style directly to-->
<p style="font-family:tahoma;">A paragraph set in Tahoma font</p>
<p>A paragraph set in the default font</p>