/* INDEX.CSS
 * - the basic stylesheet for use on www.makelainen.com
 * - Copyright (c) 1999 Sami Mäkeläinen (sim@makelainen.com)
*/

BODY {
   background-color: #FEFEFE;
   background-image: url(http://www.makelainen.com/sim/homebg1.jpg);
}

P.basic1 {
   color : #707070;
//   color : #0909FF;
}

P.headline1 {
   font-weight : bold;
   font-size : 200%;
   color : #6070FF;
   text-decoration: none;
}

A {
  text-decoration: none;
  color: #707070;
  link: #707070;
  vlink: #707070;
}

A.def {
  text-decoration: none;
  visited: #606060;
  link: #606060;
  active: #606060;
};

A.copyright {
   color: #204070;
   link: #204070;
   text-decoration: none;
};
 
FONT.link1 {
  color: #0000FF;
  font-weight : bold;
  text-decoration: none;
}

FONT.link2 {
  color: #AFAFFF;
  text-decoration: none;
}

FONT.link3 {
  color: #FF2020;
  text-decoration: none;
}
