/* cnn.css */
body 
{  
background-image: url(pathWork.jpg); 
}
/* following, sets the text colour, and margins*/
p
{
  color: #000000;
	margin: 2em 2em 2em 2em;

/* following sets font, size, line height and the types of font*/

font-size: 100%; line-height: 15pt; font-family: arial, helvetica, sans-serif;line-height: 120%;

}
.heading3
{
  color: #8FBC8F;
  font-size: 200%;
  font-weight: bolder;
  text-align: center;
}
.heading4
{
  color: #8FBC8F;
  background-color: #4682B4;
  border: 0;
  font-weight: bolder;
  font-size: 125%;
}
/* The following sets a background colour of Blue and green text when mouse hovers over a hyperlink */
a:hover 
{
	background-color : #4682B4;
	color : #8FBC8F;
        display: block;
}
hr
{
color: #4682B4;
}
