/* CSS File - Copyright 1996 by Renato C. Romero. All Rights Reserved. */

/*** body ***/
body {
  background-color: #ffffff;
  background-image: url('comuns/papeis/leite.gif')
}

p.increase {
 line-height: 180px
}

/*** font ***/
font.welcome {
 font-family: "arial", "helvetica", "sans serif", "verdana";
 font-size: 12pt;
 font-weight: bold;
 color: #000000
}
font.title {
 font-family: "arial", "helvetica", "sans serif", "verdana";
 font-size: 12pt;
 font-weight: bold;
 color: #000000
}
font.link {
 font-family: "Comic Sans MS", "Contemporary Brush", "arial";
 font-size: 14pt; 
 font-weight: bold;
 color: #ff6633;
}
font.question {
 font-family: "arial", "helvetica", "sans serif", "verdana";
 font-size: 10pt;
 font-weight: bold;
 color: #000000;
 text-decoration: underline
}
font.answer {
 font-family: "arial", "helvetica", "sans serif", "verdana";
 font-size: 10pt;
 font-weight: bold;
 color: #5050f0
}
font.update {
 font-family: "arial", "helvetica", "sans serif", "verdana";
 font-size: 10pt;
 font-weight: bold;
 color: #000000
}


/*** div ***/
div.info {
 font-size: 10pt;
}
div.subtitle {
 font-size: 12pt;
}
div.title {
  text-align: center
}
div.background {
  background-image: url('comuns/figuras/groo_pensando.gif');
  background-repeat: no-repeat
}

/*** a ***/
a {
 font-family: "Comic Sans MS", "Contemporary Brush", "arial";
 color: #ff6633;
 text-decoration: none
}
a:link {
}
a:visited {
}
a:hover {
 color: #ffA653;
 text-decoration: underline overline 
}
a:active { 
 color: #ffC673;
 text-decoration: underline overline
}

/*** hr ***/
hr {
  color: #000000;
  background-color: #000000
}

