/* This is the style sheet for the Tripoli Centeral Virginia #25 
links page 
	
	The basic page styles are applied by styles.css.  This page is only
	for the items that are unique to the links page.
*/

@import url(style.css);



ul {list-style-type: none}
#links li {	font-family: Arial, sans-serif; 
			font-size: x-large; 
			font-weight: bold;
		}
dl {	text-indent: 25px; 
	font-size: medium;
	}
dt {	font-family:Arial, sans-serif; 
	font-weight: normal;
	}
dd {	font-family: "Times New Roman", serif; 
	font-size: small; 
	color: navy; 
	font-weight: normal;
	}
	
.linknote {	font-size: small;
			font-weight: normal;
			margin: 0px 50px 0px 25px;
			padding: 0px;
			color: blue;
		}
