.Information
{
	position: relative;

	width: 800px;
	
	margin-left: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
	
	background-color: #000c1c;

	color: White;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #1c2c1c;
	-moz-border-radius: 4px;
}

.Information ul
{
	list-style-type: disc;
}

.Information li
{
	padding: 2px;
}

.Information h1
{
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.Information a:link
{
	color: white;
	text-decoration: none;
	text-shadow: white 0px 0px 5px;
}

.Information a:visited
{
	color: white;
	text-decoration: none;
}

.Information a:active
{
	color: white;
	text-decoration: none;
}

.Information a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.Warning
{
	position: relative;

	width: 800px;
	
	margin-left: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
	
	background-color: #1c0c0c;

	color: White;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;

	border-width: 1px;
	border-style: solid;
	border-color: #1c2c1c;
	-moz-border-radius: 4px;
}

.Warning ul
{
	list-style-type: disc;
}

.Warning li
{
	padding: 2px;
}

.Warning h1
{
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.Warning a:link
{
	color: white;
	text-decoration: none;
	text-shadow: white 0px 0px 5px;
}

.Warning a:visited
{
	color: white;
	text-decoration: none;
}

.Warning a:active
{
	color: white;
	text-decoration: none;
}

.Warning a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}