*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}

img{ 
	border-color: #FF1486; 
}


/******** Twitter ********/
.Twitter{
	color: #b1b1b1;
}


/******** Friends ********/ 
 .Friends{
	color: #b1b1b1;
	line-height: 1.8em;
}

.Friends a{
	color: #9A9A01;
	text-decoration: none;
}

.Friends a:hover{
	color: #99FF00;
	text-decoration: underline;
}


/******* about ********/
.areaAbout{
	color: #333;
}


/******* blog ********/
.areaBlog{
	color: #7c818c;
}

.areaBlog a{
	color: #FF1486;
	text-decoration: none;
}

.areaBlog a:hover{
	text-decoration: underline;
}

/******** Fotos ********/
div.areaFotos{
	padding-left: 20px;	
	background: url(../images/bg_flickr.gif) no-repeat 0px 0px;
}

div.areaFotos ul{
	width: 840px;
	height: 100px;
	padding-top: 40px; /* distancia da 1a img da borda top */
}
div.areaFotos li{
	float: left;
	padding-bottom: 3px;
	padding-right: 6px;
}

/*********************** Formulário ***********************/
input.texto{
	font-size: 20px;
	width: 180px;
}
input.btnEnviar{
	font-size: 20px;
	background-color: red;
	color: white;
}