
/*Harjoituksien css*/



body {
  margin: 0;
  text-align: center; 
  color: #A5754F;
  font: small Verdana;
  background-color: #000000;
}

#container {
position: relative;
width: 800px;
min-height: 1000px;
margin: 10px auto;
color: black;


}


#center{
width: 800px;
height: 1000px;
background-color: #ffffff;
padding-top: 20px;

}



#right {
float: right;
width: 266px;
height: 550px;
background-color: #ffffff;
border-left: 2px dotted #DDC092;
border-right: 2px dotted #DDC092;
}


#footer {
height: 20px;
background-color: #f;
clear: both;
}

.linkki {

color: #666666;
}

.leipis {

padding-left: 10px;
padding-right: 10px;
}

.leipis1 {

padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.otsikko {
padding-left: 20px;
color: #666666;
}

.footertext {
text-align: center;
font: x-small Verdana;
}

.leipis2 {
text-align: center;
font: small Verdana;
}

.leipis3 {
text-align: center;
font: x-small Verdana;
}




