UI tabs

UI tabs


New to this so...
I've downloaded the core.js and the tab.js from the ui download
center...it packaged both of them in a file called, "jquery-ui-
personalized-1.6rc2.js" I also have "jquery-1.2.6.js"
<script src="/jquery/js/jquery-1.2.6.js"></script>
<script type="text/javascript" src="/jquery/js/jquery-ui-
personalized-1.6rc2.js"></script>
I got the .css code from the UI example....
<link rel="stylesheet" href="http://dev.jquery.com/view/tags/ui/
latest/themes/flora/flora.all.css" type="text/css" media="screen"
title="Flora (Default)">
**My question is how do I obtain a .css file to change the color of my
tabs, size, shape, etc. Below is my code, its basically exactly what
the example has.
--------------------------------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!-- <script src="http://code.jquery.com/jquery-latest.js"></script>--