
/* setting the colors: foreground: black, background: light blue,
   background image present */

body {color: #000000; background-color: #ffffff; background-image:       url('../../Documents%20and%20Settings/tarik/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/K9UBO9MR/backgrnd02.jpg') }
/* body {color: #000000; background-color: #CCCCff;} */ /* old version */


/* setting the link appearance: blue, bold, no underline, hover:red */

a { color: #0000FF; text-decoration: none; font-weight: bold }
a:visited { color: #0000FF }
a:active {color: #0000FF}
a:hover{color: #FF0000} 

p { margin-left: 3%; margin-right: 5%; text-align: justify }
