body {
	margin : 0;
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
h1 {
	color : #008000;
}				
a:link {
	color : #008000;
	text-decoration : none;
}				
a:visited {
	color : #008000;
	text-decoration : none;
}				
a:active {
	color : #008000;
	text-decoration : none;
}
a:hover	{
	color : #008000;
	text-decoration : underline;
}
.Header {
	background-image : url(images/background.jpg);
	height : 200px;
	width: 100%;
	background-repeat : no-repeat;
	border-bottom : 2px #000000 solid;
}
.Content {
	border : 2px #008000 solid;
}
.IPAddress {
	font-size : 24px;
	font-weight : bold;
}
.BigText {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}