body {
	background: white
}

A {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: blue; 
	TEXT-DECORATION: none

}
A:visited {
	background: none;
	COLOR: blue
}
A:hover {
	TEXT-DECORATION: underline
}


.oldheader {
	background: navy;
	}

.header {
	background: navy;
	color: white;
	}

.email {
	font-family:courier
}

P:first-line {
	background: none;
	font-size: 125%;
	color: white;
	font-weight:bold
}

P:first-letter {
	font-size: 150%; 
	font-weight:bold}

.title  {
        color : navy;
        font-size : large;
        text-decoration : none;
        text-align : center;
}

