I would recommend creating a separate CSS File and integrating it into your CSS web page. For instance if you create a file called "style.css" then you would add this to the header of your page:
<link rel="stylesheet" type="text/css" href="/style.css" />
The best reference for CSS is W3 Schools - http://www.w3schools.com/css/default.asp