/*FORMATAÇÃO */
/* Exemplo de seletor de grupo */

body, td, th {
		font-family: verdana;
		font-size:14px;
		background-color: #6600CC;
		background-image: url(dog-pata-osso.jpg);
		width: 1000px;
		color: white}

a:link {text-decoration: underline; color: white;}
a:visited {text-decoration: underline; color: white;}
a:hover {text-decoration: underline; 
color: #FF0000;
}
a:active {text-decoration: none}
	
h1 {
		color: white}
h6 {
		color: white}
p {
	text align:justify}
	
/* Exemplo de Seletor de Combinação */
#rodape {
						text-align:center;
						font-size:11px;
						padding-bottom: auto;}
#topo {
		padding:auto;}


#menu ul {			display:inline;
					list-style-type: none;
					margin:0px;
					width:1000px;
					color:black;}

#menu li { 			display:inline;
					text-align:left;
					font-size:12px;
					width:1000px;
					height:40px;
					border:2px solid navy;
					padding-left:50px;
					padding-right:50px;
					padding-bottom:2px;
					padding-top:2px;
					color:black;
					background-color: white;}

#menu a {		display:inline;
				width:50px;
				text-decoration:none;
				text-transform:black; 
				width:none; 
				color:black;}

#menu a:hover {	color:white;
				background-color:purple;
				font-size:12px;}

#conteudo p:first-letter {width:14}
/* POSICIONAMENTO */