/*  Formattin for the content DIV*/
#content{
  width:540px;
  line-height:1.6em;
  font-size:1.2em;
  font-family: Verdana,Arial,"Times New Roman",Times,serif;;
}
#content a{
  color:#0000CC;
  text-decoration:underline;
}
#content a:visited{
  color:#551A8B;
}

/* //Examples : 

#content .myClassName{
  margin:0 0 0 40px
}

#content ul
  list-style:none;
}
*/