/*<meta />*/

p.MyStyle
{
	font-family: Arial;
	font-size: 12pt;
	margin: 0px;
}

img
{
	border: none;
}

a.Popup
{
	
}

span.POST
{
	background-color: #32cd32;
	border: solid 2px #228b22;
	border-radius: 5px;
	font-weight: bold;
}

span.PUT
{
	background-color: #ffff00;
	border: solid 2px #ffd700;
	border-radius: 5px;
	font-weight: bold;
}

span.DELETE
{
	background-color: #ff0000;
	border: solid 2px #8b0000;
	border-radius: 5px;
	font-weight: bold;
}

span.GET
{
	background-color: #6495ed;
	border: solid 2px #4169e1;
	border-radius: 5px;
	font-weight: bold;
}

