
       
body {font-family: "Trebuchet MS", "Times New Roman", "Helvetica", sans-serif; }

	body         {background-image: url("images/bg.jpg"); }
	
h1	{font-size: 35px; color: blue; text-align: center; font-family: "Trebuchet MS", "Times New Roman", "Helvetica", sans-serif; }

p	{font-size: 20px; text-align: justify; }
	


 /*links*/

a:link	
	{ color: blue; font-weight: bold; text-decoration: underline; }


a:visited {
	color:#800080; font-weight: bold; text-decoration: underline;  
}

a:hover {
	color: blue; background-color: #fff; font-weight: bold; text-decoration: none; 
}

a:active
	{color: red; font-weight: bold; text-decoration: underline; }       
	