BODY {
	background-color : #FFFFFF; font-family : "Book Antiqua", "Bookman Old Style", "Times new Roman", "Serif"
	margin-top : 30px;
	margin-right : 30px;
	margin-left : 30px;
	text-align : justify;
	color : navy;
	background-image : url(carta.gif);
	font-size : medium;
	background-attachment : fixed;
}

A {
	text-decoration: none;
	color: blue;
}

A:HOVER {
	text-decoration: underline;
	color: Fuchsia;
}

A:LINK {
	text-decoration : none;
	color : Blue;
}

A:ACTIVE {
	text-decoration : none;
	color : Red;
}

A:VISITED {
	text-decoration : none;
	color :Teal;
}

H1  {
	text-decoration : none;
	color : Black;
}

H2  {
	text-decoration : none;
	color : Black;
}

H3  {
	text-decoration : none;
	color : Black;
}

H4  {
	text-decoration : none;
	color : Black;
}

H5  {
	text-decoration : none;
	color : Black;
}

H6  {
	text-decoration : none;
	color : Black;
}

TABLE  {
	text-align : left;
	font-family : serif;
	border-width : 8px;

}

H1.title  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : red;
	font-size : 32px;
	font-weight : bold;
}

H2.title  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #49D05C;
	font-size : 28px;
	font-weight : bold;
}

H3.title  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #F85EC0;
	font-weight : normal;
}

H4.title  {
	font-family : Arial, Helvetica, sans-serif;
	text-align : justify;
}

P.normal  {
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : White;
	font-size : medium;
	width : 576px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P.old  {
	font-family : "Book Antiqua", "Bookman Old Style", "Times new Roman", "Serif"
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : Maroon;
	font-size : 16px;
	text-indent: 20px;
	width : 500px;
}

P.script  {
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : navy;
	font-size : 20px;
	font-family : "Script MT", "Script MT Bold", "script", "cursive";
}

LI.normal  {
	vertical-align : top;
	margin-top : 10px;
	margin-right : 100px;
	margin-left : 0px;
	text-align : justify;
	color : White;
	font-size : medium;
	width : 535px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

