a:link {color: black}
a:visited {color: Gray}
a:hover {color: Red}
a:active {color: #0000FF}

body {
display: block; 
margin: 0 auto; 
}

img {
border:none;
}

p { 
margin-left: 60px;
text-align: center;
}


table {
padding:10px;
text-align: justify;
font-size: medium;
font-family: sans-serif;
margin-top: 0px;
margin-left:60px;
width: 680px;
min-height: 40px;
}

td { 
padding:10px;
text-align: justify;
font-size: small;
font-family: sans-serif;
/*padding-right:40px;*/
}

ul {
padding:10px;
margin-top: 0px; 
text-align: justify;
font-size: small;
font-family: sans-serif;

margin-left:250px;
width: 480px;
min-height: 40px;
}

p:first-letter{
font-size:x-large;
color: #0000ff;
font-family: cursive;
}
td:first-letter{
font-size:x-large;
color: #0000ff;
font-family: cursive;
}

h1 {
padding:10px;
margin-top: 0px; 
text-align: center;
font-size: large;
}

h2 {
text-align:center;
padding: 10px;
font-size: x-large;
}


.page{
background-image: url(images/bricks.jpg);
background-repeat: repeat;
width: 820px;
/*margin-left:10px;*/
float: center;
position: relative;
}


.pied {
/*border: solid;
border-color: gray;
*/
position: absolute;
top: 40px;
border-style:none;
margin-left: 240px;
margin-right: 5px;
width: 460px;
position:relative;
bottom: 0px;
vertical-align:sub;
font-size: x-small;

}