/*
 * textonly.css - style sheet for text-only pages
 */

body {
  background-image: url(http://www.eppunormaali.net/tausta_kehys.jpg);
  font-family: sans-serif;
  font-size: 12;
}

p, table, td {
  max-width: 750px;
  font-family: sans-serif;
  font-size: 12;
}

/* title of the article */
h1 {
  font-family: sans-serif;
  font-size: 16;
  font-weight: bold;
  color: #0000ff;
  margin-top: 0;
  margin-bottom: 0;
}

/* heading */
h2, th {
  font-family: sans-serif;
  font-size: 12;
  font-weight: bold;
  text-align: left;
}

/* frame around page content */
.cs_frame {
  border-width: 2px;
  border-style: solid;
  border-color: #c0c0c0;
  padding: 8px;
  background-color: #fcfce8;
  width: 750px;
  text-align: left;
}

/* close button at the end of the page */
.cs_bottom {
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 12;
  font-weight: bold;
}
