/* Cascading Style Sheet (CSS) 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: 30 November 2002
   
   (modified for NATO ARW 2003)
*/   
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: white;
  background: navy;
  margin: 0em;
}

h1, h2, h3 { 
  font-family: Tahoma, Verdana, Syntax, sans-serif;
  font-weight: 800;
}

h2, h3 {
  color: #003366;
}

h2 { 
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}  

h4 {
  margin: 0.5em;
  padding: 0.2em;
  width: 100%;
}

h5 {
  border-bottom: solid thin white 1px;  
  letter-spacing: 0.1em;
}
  
h6 {
  font-size: 7pt;
}
  
th, td, tr { /* NS 4+ */
  font-family: Arial, Helvetica, sans-serif;
}   

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

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

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

pre {
  speak-punctuation: code; 
}
}

ul { /* ignored by NS */
  list-style-type: disc;
}
  
ul li { /* ignored by NS */
  list-style-type: disc;
}

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: #006633;
}  

.menu {
  font-size: 10pt;
  font-weight: 800;
}
  
.details {
  margin-top: -0.3em;
  font-size: 8pt;
  color: #003366;
}

.links {
  color: white;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}     

.margins {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
  
.gray {
  font-size: 26pt;
  color: rgb(180, 200, 220);
}
  
a:hover.links {
  color: #9999CC;
}  

a:visited.links {
  color: #CCCCCC;
}  
