﻿/*
Design by Hindenburgo F. Pires
*/

/* Elements */


QUOTE
P, body, td, tr, div {
font-style: normal;
font-weight: normal;
font-size: 12px;
color: #010101;
font-family: normal small, Verdana, Helvetica, sans-serif;
line-height: 13px;

}
a:link{color: #010101; text-decoration: none; font-weight: none; }
a:visited{color: #363636; text-decoration: underline; font-weight: none; }
a:hover {text-decoration: #010101; font-weight: none; color: #010101; cursor: ne-resize; position: relative; left: 1px; top: 1px }
}

u{text-decoration: none; border-bottom-width: 1px; height: 10px; border-top-style: none; border-right-style: none; border-bottom-style: dashed; border-left-style: none; cursor: help; }
/* ------------------------------- caixas ------------ */

input, textarea {
color: #010101;
font-family: normal small, Verdana, Helvetica, sans-serif;
font-size: 13 px;
border: 1px dotted #010101;
background-color: #010101;
}


QUOTE
P, body, td, tr, div {
	font-style: bold;
	font-weight: normal;
	font-size: 13px;
<-Tamanho da fonte
color: #010101;<-Cor do texto
font-family: normal small, Verdana, Helvetica, sans-serif;
	line-height: 16px;

}
a:link{color: #010101<-Cor do link; text-decoration: none; font-weight: none; }
a:visited{color: #363636<-Cor do link; text-decoration: underline; font-weight: none; }
a:hover {text-decoration: none; font-weight: none; color: #010101<-Cor do link ao passar o cursor; cursor: ne-resize; position: relative; left: 1px; top: 1px }
}

u{text-decoration: none; border-bottom-width: 1px; height: 10px; border-top-style: none; border-right-style: none; border-bottom-style: dashed; border-left-style: none; cursor: help; }
/* ------------------------------- caixas ------------ */

input, textarea {
color: #010101;<-Cor do texto dentro da caixa e texto dentro do botão.
font-family: normal small, Verdana, Helvetica, sans-serif;
font-size: 11 px;
border: 1px dotted #010101;<-Cor da borda
background-color: #010101;<-Cor do fundo da caixa
}
