TD, P {
 color: black;
 font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 font-size: "10"pt;
}

BIG {
 font-size: 12pt; 
}

H1 {
	color: red;
	font-size: 24px; 
	font-weight: normal;
	}

STRONG {
 font-size: 12pt;
 color: blue;
}

a:link {
 color: blue;
 text-decoration: none 
}

a:active {
 color: red;
 text-decoration: none 
}

a:visited {
 color: blue;
 text-decoration: none 
}

a:hover {
 color: green;
 text-decoration: underline 
}


body { 
 background-image:url("images/background.jpg");
 background-attachment:fixed;
 background-position:top left; 
}

table {
  background-color: #f3f3f1
}

.footer {
 color: black;
 font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 font-size: 9pt;
}