/* *{border: solid blue 1px; }*/

html{
  background: #F8F8FF; /*ghostwhite*/
}

body{
  width: 700px;
  height: auto;
  margin: 0 auto auto auto;
  padding: 0;
  background: white; color: black;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 90%;
  font-style: normal;
}

.kansikuva{
  padding-top: 45px;
  padding-bottom: 25px;
  text-align: center;
}

.uutiset{
  margin: auto;
}

.uutisitem{
  text-align: left;
  padding-bottom: 15px;
}

/*This box is horizontally centered by setting its right and left margin widths to "auto".*/
/*http://www.bluerobot.com/web/css/center1.html*/
/* The W3C Visual formatting model states: "If both 'margin-left' and 'margin-right' are 'auto', their used values are equal. This horizontally centers the element with respect to the edges of the containing block."*/
/*http://www.maxdesign.com.au/presentation/center/*/
.menu{
  margin: auto;
  padding-bottom: 20px;
}

.menuheader{
  font-size: 180%;
  font-weight: bold;
  background: #a59eff; color: black;
  text-align: center;
}

.menuitem{
  background: #a59eff; color: black;
  text-align: center;
}

a:hover {
  color : #933;
  text-decoration: underline;
  background-color: #F8F8FF;
}

img{
  border: 0;
}
