﻿body
{
	color: #ff0099;
	font-family: Verdana;
	font-size: x-small;
}

H2
{
	color: #ff0099;
	font-size: medium;
	margin: 0px;
}

.Menu
{
	padding: 10 0 0 0;
	background-color: #efa5c1;
}

.lblTitulo
{
	color: #ff0099;
	font-size: medium;
}

.lblTexto
{
	color: #ff0099;
}


.Rodape
{
	background-color: #dc137b;
	color: White;
}

.Rodape A:link
{
	text-decoration: none;
	color: White;
}

.Rodape A:visited
{
	text-decoration: none;
	color: White;
}

.Rodape A:active
{
	text-decoration: none;
	color: White;
}

.Rodape A:hover
{
	text-decoration: underline;
	color: White;
}