
body {
    background: white;
    color: black;
}

a:link {
    background: inherit;
    color: blue;
    text-decoration: underline;
}

a:visited {
    background: inherit;
    color: inherit;
    text-decoration: underline;
}

a:hover {
    background: yellow;
    color: inherit;
    text-decoration: underline;	
}

a.kampania:hover {
    background: inherit;
    color: inherit;
}

a.kampania {
    text-decoration: none;	
    color: red;
    background: inherit;
}

a.vanhentunut {
    text-decoration: line-through;
    color: inherit;
    background: inherit;
}

a.map:visited {
    text-decoration: inherit;
    color: inherit;
    background: inherit;
}

a.map:hover {
    text-decoration: inherit;
    color: black;
    background: yellow;
}

a.map {
    text-decoration: inherit;
    color: inherit;
    background: inherit;
}

a.banner {
      background: white;
      color: black;
      text-decoration: none;
}

img {
    border-style: none;
    padding: 3px 0px;
}

h1 {
   text-align: center;
}

h3.kampania {
  font-size: inherit;
  margin: 7px;
  text-align: center;
}

#kirjoittaja {
    text-align: right;
}

#nimike {
    text-align: right;
    color: blue;
    background: rgb(255,255,200); 
}

p {
  margin: 7px;
}

p.kampania {
	   text-align: left;
	   margin: 7px;
	   position: relative;
	   left: 7px;
}

address {
  margin: 7px;
  background: inherit;
  color: green;
}

h3.draft {
   font-size: inherit;
   margin: 7px;
   text-align: center;
   text-decoration: underline;
}

p.draft {
	   text-align: center;
	   margin: 7px;
	   position: relative;
	   left: 10px;
	   color: green;
	   background: white;
}

#otsikko {
	position: absolute;	
	top: 5px;
	height: 13em;
	width: auto;
	left: 5px;
	right: 5px;	

        text-align: center;
	overflow: auto;
}

#kuva_palkki_linkki {
    background: inherit;
    color: inherit;
}

#teksti {
	position: absolute;	
	top: 14em;
	right: 13em;	
	width: auto;
	left: 5px;
	height: 44em;

        background: rgb(255,255,200); 
        color: black;	

	min-width: 60%;
        max-width: 90%;

	overflow: auto;
}

#palkki {
	position: absolute;	
	top: 14em;
	width: 12em;
	right: 7px;
	height: 44em;
        text-align: right;

	max-width: 39%;
	min-width: 9%;

	overflow: auto;
}

#ipobject {
   width: 12em;
}

#loppu {
	position: absolute;	
	top: 58em;
	left: 5px;
	width: auto;
	right: 5px;	
}

