Here are some basic instructions :
Moving the display : Simply change the values of top and left in the first Div tag.
Changing the fonts : In the Cascading Style Sheet definition change the appropriate value :
font-family : defines the font. (Example : font-family: Arial;)
font-size : defines the size of the font. (Example : font-size: 26pt;)
color : defines the color of the font (Hexadecimal value). (Example : color: #FF0000)