body {
	margin: 0, 0, 0, 0;
	position: absolute; 
	top:0; 
	border: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(background.gif);
	font: 10px verdana, arial, sans-serif;
	}
	
p,li,tr,td {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	color:black;
	}
	
td	{
	border: 0;
	}
	
table#footer td,tr{
	font-size: 10px;
	color:black;
}

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #FF0000;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #FF0000;
	background: transparent;  
	}

a:hover {
	color: #2367A0;
	background: transparent;   
	text-decoration : underline; 
	}
	
a:active {
	color: #2367A0;
	background: transparent; 
	font-weight : bold; 
	text-decoration : underline; 
	}
	
#images { width: 400px; padding:0; margin:0; overflow: hidden;}

#images img { border:none;}