Hi
I have just check the files (never really bothered before) and the clock
colour is taken from the detail background colour - have a look at this
section of the form code
lngColor = Me.Detail.BackColor
(which is a copy from Stephen Lebans code)
The time is seems is taken from your windows setup - so it should be the
same as your time/date where ever you are.
See this section of the code
Private Sub Form_Timer()
doTime
End Sub
Good luck