body {
	background-color:RGB(250,249,78);
	font : bold 22px Comic Sans MS, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	border : 1px solid black;
	
	}


H1 {
	color : white;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

H2 {
	color : RGB(67,219,251);
	font: 70px Times new roman;
	font-weight : bold;
}


P {
	padding : 5px;
}

.textnome {
	color:yellow;
	font : 20px Courier;
	text-align:left;
	font-weight:bold;

}
A:link	{
	text-decoration:	none;
	color:	orange;
	}

A:visited	{
	text-decoration:	none;
	color:	white;
	}

A:active	{
	text-decoration:	yes;
	color:	#333399;
	}

A:hover	{
	text-decoration:	underline;
	color:	#3333cc;
	}

td.a {
	background-color:RGB(47,183,251);
}
td.b {
    background-color:RGB(252,79,54);
}
h3 {
	font: 16px Comic Sans MS;
	font-weight : bold;
    color:	red;
    text-align: center;
}
 h4 {
	font: 25px Comic Sans MS;
	font-weight : bold;
    color:	red;
    text-align: center;
}
h5 {
	font: 20px Comic Sans MS;
	font-weight : bold;
    color:	black;
    text-align: left;
}

