* { /* nollaa kaikki marginaalit ja paddingit */
  margin: 0;
  padding:0;
} 

body {
  background-color: white;
  background-image: url('graf/tausta.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
}

body, p, td {
  font-family: "verdana", "trebuchet MS", "perpetua", "palatino linotype", "times new roman", sans-serif;
  font-size: 13px;
  color: #800000;
}

DIV#sisalto
{
  position: relative;
  vertical-align: text-top;
  overflow: auto;
  color: #800000;
  font-family: "verdana", "trebuchet MS", "perpetua", "palatino linotype", "times new roman", sans-serif;
  font-size: 13px;
}

DIV#dcpopup
{
  margin: 15;
  padding: 0;
  
  position: relative;
  vertical-align: text-top;
  overflow: auto;
  color: #800000;
  font-family: "verdana", "trebuchet MS", "perpetua", "palatino linotype", "times new roman", sans-serif;
  font-size: 13px;
}

.otsikko
{
 	color: #800000;
	font-family: "verdana", "trebuchet MS", "perpetua", "palatino linotype", "times new roman", sans-serif;
	font-size: 17px;
}

.alaotsikko
{
 	color: #800000;
	font-family: "verdana", "trebuchet MS", "perpetua", "palatino linotype", "times new roman", sans-serif;
	font-size: 14px;
}

.lahde /*lähde*/
{
 	color: #800000;
	font-family: "verdana", "trebuchet MS", "perpetua", "palatino linotype", "times new roman", sans-serif;
	font-size: 12px;
	font-style: italic;
}

.mini /*yleensä takaisin ylös*/
{
 	color: #800000;
	font-family: "verdana", "trebuchet MS", "perpetua", "palatino linotype", "times new roman", sans-serif;
	font-size: 11px;
}

	a:link         {text-decoration: none;	color: #800000;}
	a.gray:link    {text-decoration: none;	color: #800000;}
	a:visited      {text-decoration: none;	color: #800000;}
	a.gray:visited {text-decoration: none;	color: #800000;}
	a:hover        {text-decoration: underline;	color: #000000; font-weight: normal;}
	a.gray:hover   {text-decoration: underline;	color: #800000;	font-weight: normal;}
	a:active       {text-decoration: underline;	color: #800000;}
	a.gray:active  {text-decoration: underline;	color: #800000;}
	
/* a:link     unvisited link  */
/* a:visited  visited link    */
/* a:hover    mouse over link */
/* a:active   selected link   */

/*     p:first-letter {font-size:120%; font-weight:bold; color:#660033; float:left;} */ 	/* kappaleen alkukirjan */
/*     p:first-line {font-size:110%;}  					 							 */		/* kappaleen ensimmäinen rivi */
