body {
color: #000000; 
background-image: url('images/background.gif'); 
background-repeat: repeat; 
}

a:link {color: #0000ff} 

a:visited {color: #000099} 

a:hover {color: #00ff00} 

a:active {color: #0000ff}

p { 
color : #000000; 
font-family : arial, helvetic, sans-serif; 
font-size : 12px; 
padding : 0px;
padding-bottom : 3px;
padding-top : 3px;
margin : 0px 0px 0px 0px;
margin-right: 10px;
margin-left: 10px;
}

h1 {
font-family : comic sans ms, comic sans, arial, helvetic, sans-seri; 
font-size: 36px;
font-weight : bold; 
color: #ff0000;
padding: 0px;
padding-bottom: 0px;
padding-top: 10px;
margin: 0px 0px 0px 0px;
}

h2 { 
font-family : arial, helvetic, sans-serif; 
font-size : 18px; 
font-weight : bold; 
color : #0000ff; 
padding: 0px;
padding-bottom:3px;
padding-top: 0px;
margin: 0px 0px 0px 0px;
}

 hr {
  border: 0;
  width: 100%;
  color: #000099;
  background-color: #000099;
  height: 1px;
}

 hr.threeQuarters {
  border: 0;
  width: 60%;
  color: #000099;
  background-color: #000099;
  height: 1px;
}

strong { 
color: #ff0000; 
font-weight : bold; 
font-size : 14px; 
}

big { 
font-weight : bold; 
}

ul {
padding: 0px;
padding-bottom:0px;
padding-top: 3px;
margin: 0px 0px 0px 0px;
}

li {
color : #000000; 
font-family : arial, helvetic, sans-serif; 
font-size : 12px; 
text-align: justify;
text-indent: 0px;
padding: 10px;
padding-bottom:3px;
padding-top: 0px;
margin: 0px 0px 0px 0px;
margin-right: 0px;
margin-left: 26px;
}

h1.center { text-align: center; }

h1 a:hover {
border-bottom: none;
}

h2.center { text-align: center; }

p.center { text-align: center; }

p.justify {text-align: justify; }

p.footer { 
text-align: center; 
font-size : 10px;
padding-bottom : 0px;
padding-top : 0px; 
}

div.center {
  margin-left: auto;
  margin-right: auto;
  width: 8em;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table { margin: auto; }
