@charset "utf-8";
/* CSS Document */

BODY,P,TD,DIV,FORM,INPUT,SELECT,TEXTAREA,UL,OL,LI {
	       font-family : Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	       font-size : .9em;
	       font-weight : normal;
}

.small {
	       font-size : .6em;
}

body{
	background:url(../images/USA_flag.jpg) no-repeat top center;
}

a:link,
a:visited {
	text-decoration: none;
	color: #005782;
}
a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
}