/* CSS Document */

#links {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
#links .category { /* Use H2 if not within a table */
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px; 
	color: #ed5da0;
	border-color: #feebf6;
	border-style: solid;
	border-width: 4px 0px;
	}
#links .photo_box {
	width: 110px; 
	width: 1%;
	overflow: auto; 
	padding: 10px 15px 10px 0px;
	text-align: center;
	vertical-align: top;
	border-bottom: solid 1px #feebf6;
	}
#links .photo {
	border: 0px;
	}
#links .info_box {
	vertical-align: top; 
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #feebf6;
	}
#links .title { /* Use H3 if not within a table */
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}
	#links .title a:link {color: #666; text-decoration: none;}
	#links .title a:visited {color: #666; text-decoration: none;}
	#links .title a:hover {color: #000; text-decoration: none;}
	#links .title a:active {color: #666; text-decoration: none;}
#links .url {
	}
	#links .url a:link {color: #CCC; text-decoration: none;}
	#links .url a:visited {color: #CCC; text-decoration: none;}
	#links .url a:hover {color: #666; text-decoration: none;}
	#links .url a:active {color: #CCC; text-decoration: none;}
#links .description {
	padding: 0px;
	margin: 8px 0px 0px 0px;
	}
