<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 1px;
	padding: 1px;
 }

body{
        padding: 50px;
	min-width: 800px;
	background-color: #ffefd5;
}

/*Css instituiÃ§Ã£o*/
.instituicao{
	text-align: center;
	text-transform: uppercase;
	font-family: arial, "Times New Roman";
	font-size: 25px;
}
/*Css titulo pÃ¡gina 2*/
.oquee{ 
        text-align: center;
        text-transform: uppercase;
        font-family: arial, "Times New Roman";
        font-size: 30px;
	
}
/*fim oquee*/

.acesso{
	width: 700px;
	text-transform: uppercase;
        padding: 20px;
        line-height: 1,5cm;
        font-size: 25pt;
        font-weight: bold;
        font-family: arial, "Times New Roman";

 }

.assunto{
	text-transform: uppercase;
        padding: 20px;
        line-height: 1,5cm;
        font-size: 30pt;
        font-weight: bold;
        font-family: arial, "Times New Roman";
	
 }

.disc{
	text-transform: uppercase;
        padding: 20px;
        line-height: 1,5cm;
        font-size: 25px;
        font-weight: bold;
        font-family: arial, "Times New Roman";	
 }


/*Css do escrito(texto)*/

.bilidade{ 
        line-height: 150%;
        text-transform: uppercase;
        text-align: center;
        padding: 20px;
        font-size: 20pt;        
        font-family: arial, "Times New Roman";
}

.creditos{ 
        line-height: 150%;
        text-transform: uppercase;
        text-align: center;
        padding: 20px;
        font-size: 15pt;        
        font-family: arial, "Times New Roman";
}

.prof{
	text-transform: uppercase;
        padding: 20px;
        line-height: 1,5cm;
        font-size: 25px;
        font-weight: bold;
        font-family: arial, "Times New Roman";

}

/*css da capa*/
#capa{
	text-transform: uppercase;
	font-family: arial, "Times New Roman";
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	line-height: 1,5cm;
}

/*fim do css da capa*/

/*Css "botÃ£o"*/
.bt {
          display: inline-block;
          height:auto;
          width: 75px;
          padding: 10px 30px;
          font:normal 14px arial;
          border:2px solid #d0d0d0;
          border-top-color:#ececec;
          border-bottom-color:#909090;
          color:#696969;
          background:#FFE4C4;
          text-decoration: none;
          filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7');
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -khtml-border-radius: 10px;
          border-radius: 10px;
          -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
          -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.bt:hover {
          background:#fff;
}
/*fim do css do botÃ£o*/
</pre></body></html>