body, html{
	background-color: #bebebe;
    font-family: Verdana, Geneva, sans-serif; font-size: 14px;
	letter-spacing: 1px;
	height: 100%;
	background-image: url("../layout/tausta_gradient.jpg") ;
    background-repeat: repeat-x;
	background-attachment: fixed;
}

h1 {
  font-family: Arial, Verdana, Geneva, sans-serif; font-size: 36px;
  line-height: 1.45em;
  color: #e3166f;
  font-style: bold;
}

h2 {
  font-family: Arial, Verdana, Geneva, sans-serif; font-size: 25px;
  line-height: 1.45em;
  color: #e3166f;
  font-style: bold;
}

.content_box{
    height:auto;                /*content fill */
	margin-top:0px;
}

.content_table{
	margin-top:70px; 
}

b{
	color: #e3166f;
}

table a:link {color: #ffffff; text-decoration: none;}
table a:visited {color: #000000; text-decoration: none;}
table a:hover {color: #000000; text-decoration: underline;}
table a:active {color: #ffffff; text-decoration: none;}
table a:focus {color: #000000; text-decoration: none;}