	/* warning.css - 27feb2014 */

a:link	{color: white;}
a:active {color: black;}
a:visited {color: white;}
a:hover	{color: red;}

body {
	background: #000000;
	font-family: "times new roman";
 	color: white;
 	font-size: small;
 	}

#header {
 	background: #000000;
 	font-family: "times new roman";
 	color: red;
 	font-size: 2.5em;
	text-align: center;
 	}

#middle {
	background: #000000;
	font-size: 1.75em;
 	padding: 10px 100px 0px 100px;
 	}

#bottom {
	background: #000000;
	text-align: center;
 	}

#footer {
	background: #000000;
	font-size: 1.25em;
	text-align: right;
  	padding: 0px 0px 10px 0px;
 	}

.style {
	text-align: justify;
	text-indent: 20px;
 	}
