BODY { 
  background: red url("images/bgline.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
}

p 	{font-family: "Times New Roman", serif; 
	font-size: 13pt}

a 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ff0000;
}

a:link 		{
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	border: none;
}

a:visited 	{
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;

}

a:active	{
	text-decoration: none;
	color: #ff0000;

}

a:hover {
	color: #000000;
	text-decoration: none;

}

img.picsml { 
    border: 1px solid #000000; 

} 

img.pic { 
    border: 2px solid #000000; 

} 

