/* cei css */
body {
	font:Arial;sans-serif;
}
p, h1, h2, h3, h4, h5, table, font, div, ul, ol { 
	font-family:Arial,Sans-Serif;
}
/* Links */
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:focus { text-decoration:underline; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }

.nav {
	font-size:75%;
}
.nav:before { content:"[";}
.nav:after {content:"]";}


