
body
{
	/*background-image: url("../grafica/background.gif");
	background-attachment: "fixed";
	background-repeat: repeat-y;*/
	background-color: rgb(153,205,255);
}

table.menu
{
	border: thick ridge #FF8503;
}

td.menu
{
	background-color: rgb(153,205,255);
}

td.tipo1
{
	border: thick ridge #FF8503;
	background-color: rgb(153,205,255);
}

font.tipo1
{
	/*background-color: #ffffff;*/
	color: rgb(0,0,153);
}

A:link {color : #000000; text-decoration:none}
A:visited {color : #000000; text-decoration:none}
A:hover {color : #aa0000; text-decoration:underline}
A:active {color : #000000; text-decoration:none}

