/* CSS Document */

body
{
	background-color: #ffffff;
	background-image:url();
	background-position:top right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}



h1
{
	color: #404040;
	font-size: 17px;
	font-weight:bold
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

h2
{
	color: #404040;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	text-align:justify;
}

p
{
	color: #404040;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
}


A:link
{color:#404040; }
A:visited
{color:#404040; }
A:active
{color:#404040; }
A:hover
{color:#646464; }

