/* CSS Document */

body {
     margin: 0px 0px 0px 0px;
     background-color: #000000;
     }

a:link  {color : #ffffff;	text-decoration : none;}
a:visited  {color : #ffffff;	text-decoration : none;}
a:active  {	color : #ffffff;	text-decoration : underline;}
a:hover  {	color : #ffffff;	text-decoration : underline;}
     
.marca {
	position: relative;
	visibility: visible;
	text-align: center;
	vertical-align: middle;
	top: 130px;
}

.assina {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding-top: 60px;
	letter-spacing: -1px;
	line-height: 15px;
}
