html,body {
	background-color: #e6e6e6;
	background-image: url(../PICTURES/background.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
}

p,ul,li,td,tr {
	font-size:14px; 
	font-family : Verdana; 
	color : black; 
}

h1 {
	font-size:40px; 
	font-family : Arial;
	color : #7a7a7a; 
	font-style:italic;
}

h2 {
	font-size : 14px;
	font-family : Verdana;
	color : orange;
	border-color: #000000;
}

h3 {
	font-size : 20px;
	font-family : Verdana;
	color : black;
	border-color: #000000;
	font-weight:bold 
}
span.style1{ font-size:40px; color: orange;font-weight:bold }
span.style2{ font-size:40px; color: #999999;font-weight:bold }
span.style3{ font-size:30px; color: orange;font-weight:bold }
span.style4{ font-size:30px; color: #999999;font-weight:bold }



A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
