body	{	background : #ffffff ;
		background-image: url('images/bg.gif');
		background-repeat: repeat;
		text-align : justify ;
		font-family : verdana ;
		text-decoration : none ;
		font-weight : normal ;
		color : #000000 ;
		font-size : 10pt;
		line-height : 10pt ;
}

h1	{
	text-align : justify ;
	font-family : verdana ;
	text-decoration : none ;
	font-weight : bold ;
	color : #000000 ;
	font-size : 10pt;
	line-height : 10pt ;
}

a		{ text-decoration : none ; font-weight : bold ; color : #FF779A ; }
a:visited	{ text-decoration : none ; font-weight : bold ; color : #006666 ; }
a:active	{ text-decoration : none ; font-weight : bold ; color : #FFFF00 ; }
a:hover		{ text-decoration : none ; font-weight : bold ; color : #99cccc ; }

DIV.content     {
		position: absolute;
		padding : 3px ;
		top : 100px ;
		left : 400px ;
		width : 540px ;
		height : 390px ;
		overflow : auto ;
}

DIV.image	{
		position: absolute;
		top : 50px ;
		left : 50px ;
		width: 900px;
}