a:link  {
	text-decoration : none;
	color  : rgb(193, 62, 26);
}

a:visited  {
	text-decoration : none;
	color  : rgb(193, 62, 26);
}

a:hover  {
	text-decoration : none;
	color  : rgb(255, 255, 255);
}

body {
	background-color:  rgb(208, 160, 112);
}

h1 { color : black;
     font-size:20pt;
}

h2 { color : black;
     font-size:16pt;
}

small { color : black;
     font-size:10pt;
}

img {	border : 0;
}




