
/*
New CSS file
*/
body, p{
	Background-Color : Ivory;
	Color : Black;
	Font-Family : Arial, Sans-Serif;
	Font-Size : 10pt;
	}


H1{
	Color : Goldenrod;
	Font-Size : 12pt;
	Text-Align : Left;
	margin-bottom: 0;
	padding: 0;
	}


H2{
	Color : Goldenrod;
	Font-Size : 12pt;
	Text-Align : Right;
	margin-bottom: 0;
	padding: 0;
	}


H3{
	Color : Goldenrod;
	Font-Size : 12pt;
	Text-Align : Center;
	margin-bottom: 0;
	padding: 0;
	}


A{
	Color : Goldenrod;
	Text-Align : Left;
	Text-Decoration : none;
	}


A:Visited{
	Color : Goldenrod;
	Text-Align : Left;
	Text-Decoration : none;
	}


A:Active{
	Color : Goldenrod;
	Text-Align : Left;
	Text-Decoration : none;
	}


A:Hover{
	Color : Goldenrod;
	Text-Align : Left;
	Text-Decoration : none;
	}
