/*
Luco Design de Interfaces
cliente:
CSS criado em DD/MM/AAAA HH:MM

CSS do texto: serve para definir formatação de textos, espaçamentos etc.
*/
BODY
{
	font-size: 62.5%;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.justify
{
	text-align: justify;
}
.center
{
	text-align: center;
}
H1
{
	font-size: 2.4em;
}
H2
{
	font-size: 2em;
}
P
{
    font-size: 1.6em;
}
UL
{
	font-size: 1.6em;
}
LI
{
	display: inline;
	list-style-type: none;
	float: left;
    height: 20px;
}
A
{
	color: #F00;
	text-decoration: none;
}
A:hover
{
	color: #F2555B;
}
#footer UL
{
	font-weight: bold;
}
#footer A
{
	text-decoration: none;
}
#footer P
{
	padding: 0px 0 5px;
    height: 4px;
    width: 650px;
}
#footer UL, P
{
	font-size: 0.9em;
}
#footer A
{
	color: #000;
}
