body
	{
		margin: 10;
		padding: 0;
		font: 100% Geneva, Arial, Helvetica, sans-serif;
		text-align: left;
		color: #fff;
		/*background-color: #dadada;
		background:  url(../css/bg_body.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;*/
		
		
		
	}
	
A:link, A:visited, A:hover, A:active{text-decoration: none}
A:link    { color: #df1981 }    /* unvisited links */
A:visited { color: #df1981 }    /* visited links   */
A:hover   { color: #df1981 } /* user hovers     */
A:active  { color: #df1981 }  /*  active links    */
	
	p
	{
	list-style-type: none;
	}
	
	
	h2
	{
		color: #ffffff;
		font: 120% Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #ffffff;
		font: 200% Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	
	img
	{border-color: #df1981}
