﻿ html, body 
 
 
{
  
  background: url(web_images/lanight.jpg)center center ;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  
}
 
 
a:link {
  color: #9df69d;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #Fb84D3;
  background-color: transparent;
  text-decoration: none;
}





h1 {font-size:200%; color:#FF0040;}
			
h2  {font-size:150%; color:#660099;}			

h3  {font-size:120%;color:#009999;}			
			
h4  {font-size:110%;text-align:left;}

h5  {font-size:123%;color:##ff0033;}
p.return  {font-style:italic; font-weight:bold; text-align:left;color:#009999}

#navigation {background:#ccc; font-variant:small-caps;}
