/* CSS file for PVRES */


/* Top Navigational links */
a.nav:link	{ color: #000000; font-weight: bold; text-decoration: none }
a.nav:active	{ color: #000000; font-weight: bold; text-decoration: none }
a.nav:visited	{ color: #000000; font-weight: bold; text-decoration: none }
a.nav:hover	{ color: #553535; font-weight: bold; text-decoration: underline }

/* All other links */
a:link		{ color: #6600BB; text-decoration: none }
a:active	{ color: #6600BB; text-decoration: none }
a:visited	{ color: #6600BB; text-decoration: none }
a:hover		{ color: #6600BB; text-decoration: underline }

/* Staff Images */
img.StaffImg	{ border: 1px solid #000000; margin-bottom: 5px }

/* Staff Links */
a.Staff:link	{ color: #BBBBBB; text-decoration: none }
a.Staff:active	{ color: #BBBBBB; text-decoration: none }
a.Staff:visited	{ color: #BBBBBB; text-decoration: none }
a.Staff:hover	{ color: #3333BB; text-decoration: none }

/* Main font */
body		{ font-family: 'Arial'; font-size: 13 }
td		{ font-family: 'Arial'; font-size: 13 }