/* by Aurelio Marinho Jargas on Jan2006, public domain */

body
	{
	background-color: #fff;
	color		: #555;
	margin: 0;
	background-image: url(img/sol.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
h2
	{
	text-align	: center;
	margin-bottom	: 2em;
	}
.body
	{
	padding		: 3em 7em 3em 7em;
	}
.footer
	{
	padding-bottom	: 80px;
	text-align	: center;
	color		: #555;
	font-size	: 90%;
	background-image: url(img/onda.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
a
	{
	font-weight	: bold;
	text-decoration	: none;
	font-size	: 130%;
	}
a:hover
	{
	color		: red;
	}
img
	{
	border		: 1px solid gray;
	}
td.noborder img
	{
	border		: none
	}

