BODY {
 background-image: -moz-linear-gradient(bottom, #BBBBBB, #FFFFFF); 
 background-color: #BBBBBB;
 background-repeat: no-repeat;

 border: 0px;
 margin: 0;
 padding: 0px;
 color: black;
 text-align: center;
 font-family: Tahoma, Arial, Helvetica, Trebuchet, Verdana, Sans-serif;
}

DIV {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

TD {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

FORM {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

INPUT {
  font-size: 10px;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px 2px;
}

H1 {
 /* keep this since the above div always has it */
 background-color: #bbbbbb;
 border-bottom: 1px solid black;
 font-size: 24px;
 font-weight: bold;
 margin: 0px;
 padding-left: 32px;
 padding-right: 32px;
 padding-top: 8px;
 padding-bottom: 8px;
 text-align: center;
 font-family: "Utopia", "verdana", sans-serif;
 -webkit-border-radius: 5px 5px 0px 0px;
 -moz-border-radius: 5px 5px 0px 0px;

}



A {
 color: black;
 text-decoration: underline;
}

/*
H1 A {
  color: black;
  text-decoration: none;
}

H1 A:hover {
  background-color: black;
  color: #dddddd;
  text-decoration: none;
}
*/

H1.ala {
  border-bottom: 0px;
  border-top: 1px solid black;
  clear: both;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

H2 {
  background-color: transparent;
  border-bottom: 1px solid black;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  width: 50%;
}

H3 {
  background-color: transparent;
  border-bottom: 1px solid black;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  width: 50%;
}

TABLE {
 background-color: white;
 border: 0px;
 border-collapse: collapse;
 color: black;
 margin: 0px;
 padding: 0px;
 vertical-align: top;
}

P {
 font-size: 12px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 20px;
 margin-top: 10px;
 text-align: justify;
}

P.pre {
  border: 1px solid #bbbbbb;
  font-size: 10px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  padding: 10px;
  font-family: monospace;
  white-space: pre;
}

UL {
 font-size: 12px;
 margin-left: 10px;
 margin-right: 10px;
 padding-left: 10px;
 text-align: left;
}

UL LI {
 margin-left: 10px;
 margin-right: 10px;
 font-size: 12px;
 list-style-image: url(http://www.bitlips.fi/favicon.ico);
}

IMG {
 background-color: transparent;
 border: 0px;
}




A.testi {
	background-image: -moz-linear-gradient(bottom, #006ACE, #05B6FD); 
 	background-color: #006ACE;

	 background-repeat: no-repeat;
	font-size: smaller;

	width: 100px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;


	text-align: center;
	border: solid 1px black;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
}

A.testi:hover {
	font-size: smaller;
	background-image: none;
	background-color: #05B6FD;
}

