/***********************************************/
/* petasimone.css                            */
/* Use with template index.html            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #DE2152;
}
.style2 {
	font-size: 12px
}
.style3 {
	font-size: 10px;
	font-weight: bold;
	color: #6E4230;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #6E4230;
}
.style5 {
	font-size: 11px;
}
.style6 {
	font-size: 10px;
}
.style7 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.style8 {
	font-size: 10px;
	color: #6E4230;
}
a:link {
	color: #6E4230;
	text-decoration: none;
}
a:visited {
	color: #6E4230;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	color: #6E4230;
	text-decoration: none;
}

/********************* end **********************/