
/*Harjoituksien css*/



body {
  margin: 0;
  text-align: left; 
  color: #ffffff;
  font: small Verdana;
  background: #939285;
}

#container {
position: relative;
width: 900px;
height: 800px;
margin: 10px auto;
color: black;
}

#header {
width: 900px;
height: 20px;
background-color: #939285;
}



#left {
float: left;
width: 194px;
height: 20px;
background-color: #939285;


}



#right {
float: right;
width: 200px;
height: 20px;
background-color: #939285;

}

#mainContent {
position: center;
width: 500px;
height: 570px;
color: black;
margin-left: 200px;
background-color: #ffffff;


}


#footer {
height: 40px;
background-color: #939285;
clear: both;
padding-top: 10px;
}


#otsikko {
  margin: 0;
  margin-left: 20px;
  text-align: left
}

#isotsikko {
  margin: 0;
  text-align: center
}

#vasenteksti {
  margin: 20px;
  text-align: left
  
}

#navigointi {
  margin: 20px;
  text-align: left
}

#isobanneri {
margin-left: 100px;
  text-align: center
  
  
}

#pikkubanneri {
margin-left: 30px;
margin-top: 20px;
text-align: center
  
}

#teksti {
margin-left: 0;
margin-right: 70px;
text-align: center;

}

#footerteksti {
text-align: center

}

.teksti {
margin-left: 20px;
margin-right: 30px;
text-align: left;

}



a:link {
  color: #676867;
  text-decoration: none;
border: 0;
  }
a:visited {
  color: #676867;
border: 0;
  }
a:hover {
  color: #8f8f8e;
border: 0;
  }
  
ul li {
  font-size: big;
  }






