body.wiz {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	margin-left:30px;
}

h2.cntr{
	color: #c82;
 	text-align:center;
	}

a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

table.wiz{
background-color:white;
	border:thick;
	border-style:inset;
	border-color:silver;
	
	}
	
h1.wiz{
padding:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:red;		
}

h3.bwiz{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:blue;	
}


