you can create an external file sheet so copy and paste into a blank document and save it then in the head of the html document put
<link rel="stylesheet" href="filename.css" type="text/css" />
or you could just put it inside the head of the html document in style tages like this.
<style type="text/css">
<!--
Paste your css here
-->
</style>
Also you should note that this could all be done in notepad dreamweaver is just a text editor and you should learn to use the code view more than the design view.
Reputation Points: 33
Solved Threads: 19
Nearly a Posting Virtuoso
Offline 1,496 posts
since May 2004