
	 TABLE, TD, P, DIV {
		COLOR: #000000; 
		FONT-FAMILY: Georgia, Times New Roman, Times, serif;
		text-decoration: none;
		FONT-SIZE: 13px; 
		FONT-WEIGHT: normal;
		line-height:20px;
	}
	 .title {
		COLOR: #4A60A9; 
		FONT-FAMILY: Georgia, Times New Roman, Times, serif;
		text-decoration: none;
		FONT-SIZE: 20px; 
		FONT-WEIGHT: BOLD
	}
	 A:link {
		COLOR: #000000; 
		FONT-FAMILY: Georgia, Times New Roman, Times, serif;
		text-decoration: none;
		FONT-SIZE: 13px; 
		FONT-WEIGHT: bold
	}
	A:active {
		COLOR: #000000; 
		FONT-FAMILY: Georgia, Times New Roman, Times, serif;
		text-decoration: none;
		FONT-SIZE: 13px; 
		FONT-WEIGHT: bold
	}

	A:visited {
		COLOR: #000000; 
		FONT-FAMILY: Georgia, Times New Roman, Times, serif;
		text-decoration: none; 
		FONT-SIZE: 13px; 
		FONT-WEIGHT: bold
	}
.img {
	border:1px solid black;
	margin:5px;
}

.img_r {
	border:1px solid black;
	margin:5px 0 5px 10px;
	float:right;
}

.img_l {
	border:1px solid black;
	margin:5px 10px 5px 0;
	float:left;
}

table.gallery td a img {
border:3px double #4A60A9;
}
table.gallery td a:hover img {
border:3px double #000;
}
