/* CSS Document */

/*----- 1. basic page appearance -----*/
* {
margin: 0;
padding: 0;
}

body {
color: #000000;
margin-top: 6px;
font-family: Geneva, Arial, Helvetica, sans-serif
}

/*----- 2. set alignment of a table; use as an id within table tag like: <table id="centre" width="648" etc -----*/
centre {
margin-left: auto;
margin-right: auto;
}

table#centre {
margin-left: auto;
margin-right: auto;
}


/*----- 3. fonts -----*/
/*----- 2.2em = 22 pixels; 1.2em = 12 pixels; etc -----*/

html {
font-size: 100%;
}

body {
font-size: 65.5%;
font: 0.9em
}


text {
color: #000000;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif

/*font-family: Georgia, Times New Roman, Times, serif*/
font-family: Geneva, Arial, Helvetica, sans-serif


}


#black {
color: #000000;
text-align: left;
margin-top: 6px;

}


#black-s {
color: #000000;
text-align: left;
margin-top: 6px;
font-size: 90%;
font: 1.1em
}




copyright {
color: #999999;
text-align: center;
/*font-family: Georgia, Times New Roman, Times, serif*/
font-family: Geneva, Arial, Helvetica, sans-serif
font-size: 50%;
font: 0.9em

}



/*----- 4. links and navigation _____*/

a {
color : #03375c;

letter-spacing: 0.02em;
text-decoration:none;
}


a:hover {
color: #990099;

font-weight: bold;
text-decoration:underline;
}


#contactlink {

text-align: right;
/*font-family: Georgia, Times New Roman, Times, serif*/
font-weight: bold;
margin-top: 6px;
font-size: 90%;
font: 0.9em

}
