@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'andale_monoregular';
    src: url('andalemono/andalemono-webfont.eot');
    src: url('andalemono/andalemono-webfont.eot?#iefix') format('embedded-opentype'),
         url('andalemono/andalemono-webfont.woff2') format('woff2'),
         url('andalemono/andalemono-webfont.woff') format('woff'),
         url('andalemono/andalemono-webfont.ttf') format('truetype'),
         url('andalemono/andalemono-webfont.svg#andale_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
.all{
  width: 9350px;
  height:100%;
  font-family: 'andale_monoregular';
  font-size: 13pt;
}

.titulo1{
  color: #0000ff;
  text-decoration:underline;
  margin-left:0px;
  margin-top:0px;
}

a:link {
    color: #800080;
}

a:hover {
    color: #0000FF;
}

.s2{
	font-size: 20pt;
}

.azul{
    color: #0000FF;
}

