body { margin: 0}

BODY {background-image: url('images/left_bg.jpg'); background-repeat: no-repeat}

body {font-family: arial;font-size: 12pt} 

table {font-family: arial;font-size: 12pt} 

a {	
	text-decoration: none;
	color: blue;
}

a:hover	{
	text-decoration: underline;
	color: red;
}
    