body {
font-weight: normal;
font-style: normal;
font-family: optima, 'new york', times, serif; 
font-size: 18px;
text-align: justify;color: black;background: white;
width: 600px;
margin: 30px;
}

h1{
font-weight: bold; 
font-family: geneva, 'lucida grande', helvetica, arial, sans-serif; 
font-size: 34px;
text-align: left;
}

h2{
font-weight: bold;
font-family: geneva, 'lucida grande', helvetica, arial, sans-serif; 
font-size: 26px;
text-align: left;
}

h3{
font-weight: bold;
font-family: geneva, 'lucida grande', helvetica, arial, sans-serif; 
font-size: 22px;
text-align: left;
}

a:link{
color: blue;
text-decoration: none;
}

a:visited{
color: blue;
text-decoration: none;
}

a:hover{
color: red;
text-decoration: none;
}

a:active{
color: red;
text-decoration: underline;
}

table{
border: 0;
width: 100%;
}

.contact{
font-weight: 100;
font-size: 14px;
}

.footer{
text-align: center;
font-style: italic;
font-size: 14px;
}

.centre{
text-align: center;
}