/*
----------------------------------------------------
StyleSheet
Projeto: Site Cia. de Teatro Sonho e Magia
Designer: Nancy Marchioro nancy@taperouge.com
Data: fevereiro 2006
----------------------------------------------------*/


/* Estilos Importados
----------------------------------------------------*/
@import url("estrutura.css");
@import url("navegacao.css");
@import url("conteudo.css");
@import url("formularios.css");



/* Geral
----------------------------------------------------*/
*
	{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}

body
	{
	margin:0px;
	background: #0483C8 url(../img/fundo_home.jpg) top center no-repeat;
	width:100%;
	}

img{border:0px;}

a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}

a:visited{
	font-weight:normal;
                color:#333;
}

a:active {
color:#fff;
}