/* Include next line in header of html file */
/* <link rel="stylesheet" type="text/css" href="1.css" /> */

body {
background-attachment: scroll; 
background-color: #ffffff; 
background-repeat: repeat; 
background-position: top center;
}

h1 {
font-family: arial;
font-size:24pt;
color: #000000;
text-align: center; 
}

h2 {
font-family: times;
font-size: 18pt;
color: #000000;
text-align: center; 
}

h3 {
font-family: arial;
font-size: 14pt;
color: #000000;
text-align: center; 
}

h4 {
font-family: arial;
font-size: 12pt;
color: #000000;
text-align: center; 
}

p {
font-family: arial;
font-size: 12pt;
font-weight: normal;
text-align: left;
color: #000000;
letter-spacing: normal; 
word-spacing: normal; 
white-space: normal
}

A:link {text-decoration: none;
color: blue;
}
A:visited {text-decoration: none;
color: blue;
}
A:active {text-decoration: none;
color: blue;
}
A:hover {text-decoration: none;
color: blue;
}