.header {
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #DCE3EB;
	background-image: url(image/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: small;

}


table {
	color: #003366;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {

	color: #0099CC;
	text-decoration: underline;
}

