a:link
{
	color: rgb(0,0,200);
}
a:visited
{
	color: rgb(0,0,255);
}
a:active
{
	color: rgb(0,102,255);
}
body
{
	text-align: right;
	font-family: Arial;
	FONT-SIZE: 11pt;
	font-weight: bold;
	background-position:top right;
	background-image: url('graphics/baby.jpg');
    background-attachment: fixed;
	color: rgb(0,0,0);
	margin: 20;
}
table
{
	font-family: Arial;
	FONT-SIZE: 12pt;
	font-weight: bold;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(0,0,102);
}
h2
{
	color: rgb(0,0,153);
}
h3
{
	color: rgb(0,0,153);
}
h4
{
	color: rgb(0,0,0);
	font-style: oblique;
	line-height: 150%
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}