body {
background-colour: #663300;
background-image: url('images/merlion_bg.jpg');
background-attachment: fixed;
}

a {
font-family: arial; 
color: #99ffcc; 
font-weight: medium;
text-decoration: none;
}

a:visited {
color: #ffffcc; 
font-weight: bolder; 
text-decoration: underline;
}

a:hover {
color: #ff0000; 
font-weight: bold; 
text-decoration: underline overline;
}

h1 {
font-family: arial; 
color: #99ffcc; 
font-size: 16pt; 
font-weight: bold;
}

h2 {
font-family: arial; 
color: #99ffcc; 
font-size: 14pt; 
font-weight: bold; 
text-decoration: underline;
}

TABLE   { font-family: Arial; 
font-size: 10pt; 
color: #99ffcc;
}

TD { font-family: Arial; 
font-size: 10pt; 
color: #99ffcc;
}

p {
font-family: arial; 
color: #99ffcc; 
font-size: 10pt;
align: left;
}

#menu {
font-family: arial; 
color: #99ffcc; 
font-size: 8pt; 
font-weight: medium;
}

#menu a {
font-family: arial; 
color: #99ffcc; 
font-size: 8pt; 
font-weight: medium;
text-decoration: none;
}

#menu a:hover {
font-family: arial; 
font-size: 8pt; 
color: #ff0000; 
font-weight: bold; 
text-decoration: underline overline;
}

#menu a:visited {
color: #ffffcc; 
font-weight: bolder; 
text-decoration: underline;
}

#footer {
font-family: arial; 
color: #99ffcc; 
font-size: 8pt; 
font-weight: normal;
}