/* contact.css - arkusz stylów listy kontaktów */

p a:link, p a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0c0;
	border-bottom: 1px dashed;
}

p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}

.nazwisko {
	color: #0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: #0c0 dotted 1px;
}

.stanowisko {
	color: black;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
}

.rip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	border: thin solid #000000;
}

