body {
		background-color: #FFFFDE; 
		color: #000000;
		}
a:link, a:visited { text-decoration: none; color: blue; }
a:hover { text-decoration: none; color: #FF5500; }
 div.c1 {font-size: 100%; text-align: center}
 div.c2 {font-size: 100%; text-align: left}
 div.c3 {font-size: 150%; text-align: center; font-weight: bold;}
 span.c1 {color: red; font-size: 120%}
 span.c2 {color: black; font-size: 120%}
 span.c3 {color: red; font-size: 70%}
 p.c1 {color: blue; font-size: 80%}
 span.c4 {color: red; font-size: 80%}
 span.c5 {color: blue}
 span.c6 {color: red; font-size: 150%}
 span.c7 {color: red}
 span.c8 {color: red; font-size: 80%}
 ul.r {
color: red;
}
math{font-family: Arial,  sans-serif;}
table.t1 {
	width: 90%;
 	margin-left: auto; 
   margin-right: auto;
	border-width: 10px;	
   text-align: justify;
}
div.wrap {
 	margin-left: auto; 
   margin-right: auto;
   text-align: justify;
}
div.wrap p {
padding-left: 1cm;
padding-right: 1cm;
}