/* CSS file for M-Grid project 
   last revision on Fri, 15 Oct 2004 18:26, by imd */
body, p, div, tr, th, td, li { 
  font-size: 10pt;
  font-family: Arial , Helvetica , sans-serif; 
  font-weight: normal;
  font-style: normal;
/*  background: #FFF; */
  color: #666;
}

@media print, tty {
body {
  background: #FFF;
  color: #000;
  font-size: 9pt;
  }
h1, h2, h3,
h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
blockquote, pre { page-break-inside: avoid }
ul, ol, dl { page-break-before: avoid }
}

tr.ee { background: #EEE; }
tr.f5 { background: #F5F5F5; }
td.o { color: #333399; font-weight: bold; text-align: center; }

br { line-height: 2px; height: 2px; }

a { color: #08628C; text-decoration: none; }
a:link { color: #532371; }
a:visited { color: #532371; }
a:hover { color: #A20033; text-decoration: underline; }

h4 { font-size: 10pt; }
h3 { font-size: 11pt; }
h2 { font-size: 12pt; }

ul { padding: 0px 0px 0px 10px; margin: 0px 0px 0px 10px; }
li { list-style: none; padding: 2px 0px 0px 0px; margin: 2px 0px 0px 0px; }

td.framed { background: #CCC; }
td.harmaa { background: #F0F1F3; }

.studio { color: #BBB; font-size: 8pt; }
a.astudio { font-size: 8pt; }
a.astudio:link { color: #BBB; }
a.astudio:hover { color: #666; text-decoration: underline; }
a.astudio:visited { color: #BBB; }

.dt { color: #8B8B00 ; font-size: 9pt; }

.quest { color: #663399; font-weight: bold; }

.answer { color: #669999; font-weight: bold; }

.seealso { color: #669999; font-weight: bold; }

.formula {
  background: #F5F5F5;
  padding-left: 40px; padding-top: 4px; padding-bottom: 4px;
  margin-top: 6px; margin-bottom: 6px;
}

.formula tt { color: #6B8E23; }

.huom { color: #EE3B3B; }
