.MYBODY {
 background-color: white;  
 color: black;
}

.MYHEADER {
 font-family: Times New Roman, fixed;
 font-size: large;
 font-weight: bold;
 text-align: center;
}

.MYTEXT {
 font-family: Times New Roman, fixed;
 font-size: small;
 font-weight: normal;
 text-align: justify;
}

.MYCOMMENT {
 font-family: Times New Roman, fixed;
 font-size: small;
 font-style: italic;
 margin-left: 50px;
 font-weight: normal;
 text-align: justify;
}

.MYQUESTION {
 font-family: Times New Roman, fixed;
 font-size: small;
 font-style: italic;
 font-weight: bold;
 text-align: justify;
}
