table	{border: 1px solid black;  padding: 5px; width: 100%; font-family: "Trebuchet MS", "Times New Roman", "Helvetica", sans-serif; }
       
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; }


p.small	{font-size: 12px; font-weight: bold; color: black; text-align: left;  margin: 3px; }
p.smaller{font-size: 12px; color: black; text-align: justify; margin: 1px; }

.top 	{vertical-align: top; }

/*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; }           
	