/* il est possible de donner les mêmes attributs à plusieurs balises en les séparants par des virgules*/

body
{
   margin: auto;
   margin-top: 20px;
   margin-top: 20px;

   background-color: #000000;

   text-align: center;
   font-family: Arial, "Times New Roman", serif;
   color: #FFFFFF;
   font-size: 1.0em;
}

#header
{
   margin-bottom: 50px;
}

#core
{
}

#footer
{
   text-align: center;
   font-family: Arial, "Times New Roman", serif;
   color: #FFFFFF;
   font-size: 0.6em;


   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   width: 425px;
   margin: auto;
   margin-top: 50px;

}

.logo
{
   color: #000000;
   background-color: #000000;
}

a
{
  text-decoration: none;
  color: #FFFFFF;
}

a:hover
{
  text-decoration: none;
  color: #990000;
}

a:focus
{
  text-decoration: none;
  color: #990000;
}

img
{
   border: 0px;
}

table
{
   margin: auto;
   border-collapse: collapse;
   width: 32em;
}


td
{
   border: 1px solid #FFFFFF;
   padding: 5px;
   width: 20%;
}

.form
{
   display: inline;
}

