body {
   background-color : #ffc;
   color : #900;
   font-family : Times New Roman, Times, Georgia, serif;
   font-size : 16pt;
   font-weight : bold;
   font-variant : normal;
   font-style : italic;
   margin : 10px;
}

a:link {
   background-color : inherit;
   color : #900;
   text-decoration : underline;
}

a:visited {
   background-color : inherit;
   color : #800080;
   text-decoration : underline;
}

a:hover, a:visited:hover, a:active {
   background-color : red;
   color : white;
   text-decoration : none;
}

h1 {
   font-size: 20pt;
}

.p2 {
   font-size: 12pt 
}

.p3 {
   font-size: 10pt 
}

.ari {
   font-family : Arial, Helvetica, Verdana, sans-serif;
   font-style : normal;
   font-weight : normal;
}

.arib {
   font-family : Arial, Helvetica, Verdana, sans-serif;
   font-style : normal;
   font-weight : bold;
}

