body { 
 background-color: #ffffff; 
 margin: 0;  
 font-size: 11px; 
 font-family: verdana,trebuchet,sans-serif;
 color: #000000;
}

a:link { 
 color: #990000; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

a:visited { 
 color: #990000; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

a:active { 
 color: #990000; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

a:hover { 
 color: #990000; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}




/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-size: 12px;
}

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size: 10px;
 color: #666666;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
 border-bottom: dashed #990000 1px;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding: 8px;
}

#topo { 
	text-align:center;
	 padding-bottom: 20px; 
	}
	

a.topo:link {
 font-size: 63px;
 color: #990000;
 font-weight: normal;
}

a.topo:visited {
 font-size: 63px;
 color: #990000;
 font-weight: normal;
}

a.titulo_coluna:link {
 font-size:   11px;
 color: #666666;
 font-weight: normal;
 text-transform:uppercase;
 padding: 6px;
}
a.titulo_coluna:visited {
 font-size:   11px;
 color: #666666;
 font-weight: normal;
 text-transform:uppercase;
 padding: 6px;
}
.titulo {
 color: #990000; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none;
 )
 

/*---  Name of author in weblog entries ---*/

.author {
 font-weight: normal;
}



/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}





