/*****************   Main area  *****************/

body {

background: #C8DCF8; 
color: #003F87;
font-size: 125%;
font-family: Candara;
}

/***************** Links styles *********************/

A:link {

color: #99CCFF;

font-size: 80%;
text-decoration: none;
}


A:visited {

color: #FFFF66;

text-decoration: none;
}


A:hover {

color: white;

}



/***************** Header styles *********************/

h1 {

font-size: 100%;

color: #9070c0;
}
h3 {

font-size: 200%;

color: white;
} 

h5 {

font-size: 150%;

color: #99CCFF;

align: centre;
}



/***************** A List style *********************/

li {

color: white;

font-family: sans-serif;

font-weight: bold;

}


/****************** Image Styles ********************/

img {
border-width: 2px;
border-color: #FFFFFF;
}