a.redlink:link {color: Red }
a.redlink:visited {color: Red }

body.nsia {
	background-image: url(bg_adam1.gif);
	font-family: "Times New Roman";
	font-size: medium;
	border: thin solid Red;	
}

h1.nsia {
	font-size: xx-large; 
	background-color: Black;
	FONT-FAMILY: "Times New Roman";
	TEXT-ALIGN: center;
	color: Red
}
 
h2.nsia {
	font-size: x-large;
	background-color: Black;
	FONT-FAMILY: "Times New Roman";
	TEXT-ALIGN: center;
	color: Red
}

h3.nsia {
	font-size: large;
	background-color: Black;
	FONT-FAMILY: "Times New Roman";
	TEXT-ALIGN: center;
	color: Red;
}

h4.nsia {
	font-size: medium;
	background-color: Black;
	FONT-FAMILY: "Times New Roman";
	TEXT-ALIGN: center;
	color: Red;
}

DIV.nsia {
	FLOAT: left;
	FONT-FAMILY: "Times New Roman";
	TEXT-ALIGN: center;
	HEIGHT: 300px;
	width: 200px;
	margin: 10px;
	background-color: Silver;
	border: medium solid Red;
	color: Red;
}

div.marg {
	FLOAT: left;
	FONT-FAMILY: "Times New Roman";
	TEXT-ALIGN: left;
	background-color: Silver;
	border: medium solid Red;
	color: Red;
	font-size: x-small;
}


DIV {
	FLOAT: left;
	FONT-FAMILY: "Times New Roman";
	TEXT-ALIGN: center;
	margin: 10px 10px 10px 10px;
	background-color: Silver;
	border: medium solid Red;
	color: Red;
	padding: 10px;
}

IMG {
	border: medium solid White;
	margin: 10px;
}
p {
	margin: 10px;
}

