body{
	background-color:WHITE;
	background-attachment:fixed;
	margin:0px;
	}

#principal{
	position:relative;
	padding-top:60px;
	width:1000px;
	height:100%;
	background-color:white;                                              
	margin:0 auto;
	}


a:link{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	color:black;
	font-style:normal;
	}

a:visited{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	color:black;
	font-style:normal;
	}


h1{
	font-size:17px;
	font-family:georgia;
	color:#747472;
	background-color:transparent;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin:0px;
	}

h2{
	font-size:20px;
	font-family:georgia;
	color:#747472;
	background-color:transparent;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin:0px;
	padding-bottom:11px;
	}
