/* Cascading Style Sheet used in XHTML documents
   Faculty of Computer Science, "A.I.Cuza" University of Iasi, Romania
   
   written by Sabin Corneliu Buraga <busaco@infoiasi.ro>
   last update: 11 November 2000
*/   
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: black;
  background: white;
  margin: 2em;
}

h1, h2, h3 { 
  font-family: "Myriad Web", Tahoma, Verdana, Syntax, sans-serif;
  font-weight: bolder;
}


h2, h3 {
  color: navy;
  font-size: 16pt;
}

th, td { /* NS 4+ */
  font-family: Arial, Helvetica, sans-serif;
}   

a { 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  text-decoration: underline;
}

a:active {
  color: navy;
}
    
@media screen { /* hide from IE 3 */
a:hover {
  text-decoration: none;
  color: rgb(0,46,226);
}
p { 
  line-height: 1.2;  
}
}

@media aural { 
h1, h2, h3 { 
  stress: 20; 
  richness: 90 
}

pre {
  speak-punctuation: code 
}
}

ul {
  list-style: disc;
}  

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin-top: 0.6em;  
  margin-bottom: 0.6em;  
}  

sup, sub {
  font-size: 75%
}

hr {
  color: navy;
}    
