/* --------------------------------------------------------------------
   layout.css
  
   Description:
   This file belongs to the project "Homepage der Waldorf-Schule Wien
   Hietzing".
   
   This file contains the global style definitions which are applied 
   to all HTML pages of this project.
   
   Author:
   Florian Bartl
   --------------------------------------------------------------------
*/   
   
body 
{ 
  background-color:#FFFFFF;
}

p, 
a:link,
a:visited
{
  font-family:"Arial";
  color:#204788;
  font-size:small;
}

img
{
  margin-top:0px;
  margin-right:10px;
}

/* No blue border around images that are hyperlinks!
*/
a img
{
  border:0px;
}

