﻿/* Banco de Puerco Styles sheet */

a:link {
	color:blue;
	text-decoration:none;
}
a:hover {
	text-transform:small-caps;
}

body {
	background-color:#fafafa;
	font-family:Verdana,arial,helvetica,sans-serif;
	color:474747;
	font-size:small;
}


.nav {
	font-size:small;
	width:120;
}

.nav a:link {
	text-decoration:none;
}

.nav a:hover {
	text-transform:capitalize;
}
.bottomnav {
	
	font-size:small;
	text-align:center;
}

.footer {
	font-size:x-small;
	color:#474747;
}