body	{
	background-color: #FFFAF0;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black
	}

#header	{
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	}

a:link	{
	color: #0000FF
	}

a:visited {
	 color: red
	 }

a:hover	{
	color: black
	}

a:active {
	 color: white
	 }

p	{
	font-family: "Times New Roman"; 
	color: black;
	font-size: 14pt;
	}

.center {
	text-align: center;
	}

.left	{
	text-align: left;
	}

p.center {
	 text-align: center;
	 }

p.right	{
	text-align: right;
	}

p.leftmargin {
	     margin-left: 15%
	     }

p.rightmargin {
	      margin-right: 15%
	      }

