body { /*sets styles for global document*/
   background-color: #ffffff;
   color: #000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   margin: 0;
   padding: 0;
   }
a:link { /*sets styles for links*/
   color: #0000ff;
	text-decoration: underline;
	}
a:visited {
   color: #0000ff;
	text-decoration: underline;
	}
a:hover {
   color: #f00;
	text-decoration: underline;
	}

h1 { /*sets styles for h1*/
   color: #0000ff;
   font-size: 300%;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #0000ff;
   font-size: 12pt;
   font-weight: normal;
   margin: 0;
   padding: 0;
   }

p { /*sets styles for paragraph*/
   color: #000;
   font-size: 16px;
   font-weight: normal;
   margin: 0 1em 0.5em;
   padding: 0;
   text-align: center;
   }





