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

P.basic1 {
   color : #0909FF;
}

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

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

A.def {
  text-decoration: none;
  visited: 90900FF;
  link: #9090FF;
  active: #9090FF;
};

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;
}
