div#mainContent p.Question {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

#Questions  {
    width: 600px;
    background-color: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 10px;
    padding-bottom: 30px;
    padding-left:100px;
    border: 0px solid #000000;
    text-align: justify; /* this overrides the text-align: center on the body element. */
    position:relative;
} 

#Answers  {
    padding-left: 30px;
    padding-right: 30px;
} 

#Answers p {
    font-style: italic;
} 
#QuestionsAnswer1  {
    padding: 10px;
    margin: 0 auto; 
    background-color: #FFFFE0;
    font-style: italic;
} 
#QuestionsAnswer2  {
    padding: 10px;
    margin: 0 auto; 
    background-color: #FFFFEC;
    font-style: italic;
} 

.questionlink {
  font-size: 13px;
  color: #464646;
  text-decoration: none;
}
.questionlink:link {
  text-decoration: none;
  color: #464646;
}
.questionlink:visited {
  color: #464646;
  text-decoration: none;
}
.questionlink:hover 
{
  text-decoration: underline;
}
