Hi I have searched this in a few forums with no luck.

I am using a java script for day and time, what I am trying to do is change the color and to bold the text of that script.
I did try using css

Code:
<span id="date_time">
            <script type="text/javascript">window.onload = date_time('date_time');</script>\
            </span>
but no luck with that idea.

Can anyone steer me in the correct direction?

Thanks!