body {bgcolor: #FFFFFF;
      font-size: 100%;
      margin: 0px;
     }

a.first, a.first:visited, a.first:active
{  
   padding: 0px;
   font-size: 200px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: #0f0e0c;
   letter-spacing: -0.05em;
   text-decoration:none;
	 }

a.first:hover
  { 
   font-size: 200px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: #ffffff;
   background-color: #0f0e0c;
   letter-spacing: -0.05em;
   text-decoration:none;
	 }

.second {  
   font-size: 38px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: #ff4a12;
   letter-spacing: -0.05em;
   text-decoration:none;
	 }

a.second, a.second:visited, a.second:active
{  
   font-size: 38px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: #ff4a12;
   letter-spacing: -0.05em;
   text-decoration:none;
	 }

a.second:hover
  { 
   font-size: 38px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: #ffffff;
   background-color: #ff4a12;
   letter-spacing: -0.05em;
   text-decoration:none;
	 }
