@charset "iso-8859-1";

/* CSS file for the warning page. */

@import "http://www.darkmindweb.com/default.css";

body
{
	text-align: center;
	font-size: 1.5em;
}

h1 
{ 
	color: yellow; 
	text-shadow: grey .125em .125em 2px;
}

em { color: red; }

.links a
{
	font-size: 1.5em;
}

