@charset "UTF-8";
/* CSS Document */

body {
background-color: #ffffff;
text-align: center;
}

noscript {
}

#top {
height: 90px;
width: 760px;
overflow: hidden; 
}

#top p, #top h1 {
display: none;
}

#centre {
margin: 0 auto;
width: 760px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

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

a:hover {
color: #660000;
}