 @charset "UTF-8";


h1{
	text-align: center;
	font-size: 20px;
	color: blue;
	border: 1px solid grey;
}

h2{
	font-size: 18px;
	color: springgreen;
	margin-top: 30px;
}

h5{
	display: inline;
}

 ol{
	display: block;
	font-weight:bold;
	position:relative;
	top: 10px;
	color:blue;
 }
 
 ol a:hover{ 
 background-color: rgba(0,0,0,0.4);
color:#fff; 
-moz-box-shadow:0 3px 10px 0 #CCC; 
-webkit-box-shadow:0 3px 10px 0 #ccc; 
text-shadow:0px 0px 5px #fff;
}
 
 a.green{
	color: 	green;
	font-size: 22px;
	padding-right: 5px;
}

 a.lawgreen{
	color: lawngreen;
	font-size: 22px;
	padding-right: 5px;
}

a.grey{
	color: grey;
	font-size: 22px;
	padding-right: 5px;
}

a.black{
	color: black;
	font-size: 22px;
	padding-right: 5px;
}

a.yellow{
	color: gold;
	font-size: 22px;
	padding-right: 5px;
}

a.roxo{
	color: purple;
	font-size: 22px;
	padding-right: 5px;
}