				A:visited  {
					text-decoration : bold;
					color : black;
				}

				A:hover  {
					text-decoration : bold;
					color : green;
				}

				A:link  {
					text-decoration : underline;
					font-weight : bold;
					color : red;
				}

				H3  {
					color : white;
					font-family : arial;
					font-size : large;
					margin-left : 20%;
					margin-right : 25%;
					text-align : left;
					background-color : #9900CC;
				}

				P  {
					color : #330033;
					text-align : left;
					font-size : 17px;
					margin-left : 20%;
					margin-right : 25%;
					font-family : "Times New Roman", Times, serif;
				}

				#topico2  {
					color : #330033;
					text-align : left;
					font-size : 17px;
					margin-left : 25%;
					margin-right : 25%;
					font-family : "Times New Roman", Times, serif;
				}

