@charset "utf-8";
body {
	margin:0px;
	background: url(/img/bg_cod.gif);
}
.titulo {
	font-family:"Courier New", Courier, monospace;
}
.texto {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.b { font-weight:bold; }
.c_preto { color:#000000; }
.c_vermelho { color:#990000; }
.fs_10 { font-size:10px; }
.fs_11 { font-size:11px; }
.fs_12 { font-size:12px; }
a { text-decoration:none; cursor:pointer; }