body
{
	font-family: Arial, Sans-Serif;
}

.maindiv 
{
	width: 740px;
	margin: auto;
	background-color: #ccccff;
	padding: 0px 30px 30px 30px;
}

.ip 
{
	font-size: 1.4em;
	font-weight: bold;
	color: #0000C0;
}

.copyright 
{
	text-align: center;
	font-size: 0.75em;
}

.title
{
	text-decoration: none;
	color: #008000;
}

.errormessage 
{
	color: #ff0000;
	font-size:0.8em;
}

.result 
{
	color: #0000ff;
}

