/* 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: 26 May 2001
   
   (modified for UAIC site)
*/   
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  background-color: white;
  margin: 2em;
}

@media screen { /* hide from IE 3, NS 4 */
.nomain {
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-image: url(imgs/uaic-main2.jpg);
}
}
  
h1, h2, h3 { 
  font-family: Tahoma, Verdana, Syntax, sans-serif;
  font-weight: bolder;
}

h2, h3 {
  color: #003333;
  letter-spacing: 0.33em;
}

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

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

@media screen { /* hide from IE 3, NS 4 */  
a:hover {
  text-decoration: none;
  color: black;
}
p { 
  line-height: 1.2;
}
}

@media aural { /* voice browsers */
h1, h2, h3 { 
  stress: 20; 
  richness: 90; 
}

pre {
  speak-punctuation: code; 
}
}

 
ul {
  list-style: disc;
  list-style-image: url("imgs/arrow.gif"); 
}  
  
ul li {
  list-style-image: url("imgs/arrow.gif"); 
} 

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

sup, sub {
  font-size: 75%;
}

hr {
  color: rgb(#663333);
}  

div {
  font-size: 9pt;
}  

a.noborder {
  color: rgb(204,106,0);
  text-decoration: none;
}

a.noborder:hover {
  color: black;
  text-decoration: underline;
}  

.bg {
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-image: url(imgs/uaic-effect.gif);
}  
