body { font-family: Arial, Helvetica, sans-serif;
       
       background-image: url(images/background.jpg);
       background-repeat: repeat; 
       background-color: grey;}
       

a:link { color: blue}
a:visited { color: green }
a:hover { color: red; font-weight: bold }
a:active { color: purple }

h1 { color: #000080; font-size: 32pt; font-weight: bold; text-align: center }

h2 { color: #000080; font-size: 14pt; font-weight: bold; text-align: center }

h3 { color: #FF0000; font-size: 12pt; font-weight: bold; text-align: left; margin: 2%; margin-top: 0; margin-bottom: 0 }

h4 { color: #000080; font-size: 10pt; font-weight: bold; text-align: center; line-height: 100%; margin-top: 0; margin-bottom: 0  }

h5 { color: #FFFFFF; font-size: 8pt; font-weight: bold; text-align: left; word-spacing: 0; line-height: 100%; margin-top: 0; margin-bottom: 0 }

p0 { color: #000080; font-size: 10pt; font-weight: bold; text-align: center }

p { color: #000080; font-size: 10pt; font-weight: bold; text-align: justify; line-height: 100%; margin-top: 0; margin-bottom: 0; margin: 2%; 2% }

l1 { color: #000080; font-size: 10pt; font-weight: bold; text-align: left; line-height: 100%; margin-top: 0; margin-bottom: 0; margin: 2%; 2% }

.white_text {
	color: white;
	font-size: 8pt;
	text-align: center;
	}
