@charset "UTF-8";
/* CSS Document */

#navlinks {
	width:auto;

	
}

#navlinks p {
text-align:right;
font-size:12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#navlinks a:link, #navlinks a:visited, #navlinks a:active {
	
	text-decoration:none;
}

#navlinks a:hover {

	text-decoration:underline;
}

.title2 {
font-family: font-size:14px;
}
