body {
       
       
     }

table {
       table-layout: fixed;
       border-width: 1px;
       
      }
 
h1 {    float:center
	font-size: 3em;
   }

h2 {
	float:right
	font-size: 2em;        
   }

h3 {    float:center
	font-size: 10em;
   }


A:link {COLOR:#3183ff; TEXT-DECORATION:none}
A:visited {COLOR:#3183ff; TEXT-DECORATION:none}
A:active {COLOR:#000000; TEXT-DECORATION:none}
A:hover {COLOR:#003cff; TEXT-DECORATION:none}
