html, body {
margin: 0;
padding: 0;
}

BODY { 
background-color: #cccccc;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
text-align: center;
height: 100%;
padding-top: 15px;
padding-bottom: 60px;
}

h1 {
font-size: 24px;
font-weight: bold;
margin: 0;
padding: 0;
}
h2 {
font-size: 14px;
font-weight: bold;
}

p {
font-size: 13px;
color: #000000;
}
.mini {
font-size: 11px;
}
.gras {
font-weight: bold;
}
.italic {
font-style: italic;
}
.left {
text-align: left;
}
.right {
text-align: right;
}

img {
border: 0;
}
.bord {
border: 4px solid #000000;
}

a:link {
color: #683868;
text-decoration: none;
border-color: #683868;
font-weight: bold;
}
a:visited {
color: #683868;
text-decoration: none;
border-color: #683868;
font-weight: bold;
}
a:hover {
color: #006600;
text-decoration: none;
background-color: #ffffff;
}

hr {
color: #eeeeee;
margin-top: 40px;
margin-right: 200px;
margin-bottom: 40px;
margin-left: 200px;
}

li {
text-align: left;
margin-left: 15%;
}

input, textarea {
background-color: #eeeeee;
}
.gray {
background-color: #cccccc;
}