BODY
	{
		font-family: Arial, helvetica, arial;
		font-size:20px;
		color: "black";
	}
	TABLE
	{
		font-family: Arial, helvetica, arial;
		color: "black";
		font-size : 20px;
	}
	H1
	{
		font-family: Arial, helvetica, arial;
		font-size:28 px;
		color: "black";
		text-align : center;
	}
	.copyright
	{
		font-family: Arial, helvetica, arial;
		font-size:14 px;
		color: "black";
		text-align : center;
	}
	
	BR
	{
		font-size: 4px;
	}
		a:link
	{
		font-family:arial, helvetica, arial;
		color: "blue";
	}
		a:visited
	{
		font-family:arial, helvetica, arial;
		color: "red";
	}
		a:hover
	{
		font-family: arial, helvetica, arial;
		color: "green";
	}
	a:active
	{
		font-family:arial, helvetica, arial;
		color: "black";
	}
#top{
       position: absolute;
       top: 0px;
	   height:85px;
      
      }
  #down{
  padding-top: 190px;
 height: 290px;
 width:100%;
 text-align:center;
 position: absolute;
 top: 0px;
 left: 0px;

      
    }


