/*--------------- Autor: André Teixeira - 2004---------------*/

/* --------------- Fundos: -----------------------------------*/

body {
	background-color: #F3F3F3;
}
table {
	background-color: #E2E2E2;
}
/* --------------- Texto: -----------------------------------*/

h1,h2,h3,h4,h5 {
	color: DarkBlue;
	font-family: "Times New Roman";
}

p,li{
	color: Black;
	font-family: "Times New Roman";
	text-align: justify;
}

p.pequeno{
	color: Black;
	font-family: "Times New Roman";
	font-size: 10px;
	text-align: center;
}

p.links{
	color: Black;
	font-size: 11px;
}

/* --------------- Links: -----------------------------------*/

a:link     { color:DarkBlue;
             text-decoration: none; }
a:visited  { color:DarkBlue; 
				text-decoration: none; }
a:active   { color:DarkBlue;
			text-decoration: none;}
a:hover    {
	color: #900000;
	text-decoration: underline;
}
