/* CSS Document */

body
	{
	margin:0px;
	padding:0px;
	background:url('images/bg.jpg');
	
	}
	.contentlink{font-family:Tahoma;
	font-size:9px;
	color:#6f6e6e;
	text-align:justify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:18px;
}
h3{
font-family:Tahoma;
	font-size:14px;
	color:#008000;
	font-weight:bold;
	text-shadow:#009900;
}
a:link{
color:#6f6e6e;
text-decoration:none;

}
a:active{color:#6f6e6e;
text-decoration:none;
}
a:hover{color:#6f6e6e;
text-decoration:none;
}
a:visited{color:#6f6e6e;
text-decoration:none;
}