body 
{
    background-color : #fbfbfb;
	font-family      : "Comic Sans MS";
}

h1 
{ 
    color      :red; 
    font-size  :3em; 
    font-family:Arial; 
}

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}
tr:nth-child(odd) {background-color: #f0fbfb;}

.Box-shadow 
{ 
	filter: drop-shadow(20px 20px 20px gray);
} 


.foyer 
{ 
    font-style:italic; 
    color     :blue; 
}

.inputText
{
	min-width:450px;
	background-color: #fff;
}


.marginal
{
  padding: 20px;
  margin: 2px;
}

.title 
{
  text-align: left;
  padding: 10px 20px;
}

#welcome 
{ 
    font-style:italic; 
    color     :blue; 
}


/* 
p b { color:red; }               descendant 
p > b { color:red; }             child 
[type="submit"] { width:100px; } attribute
*/