table.main{
	border: 0;
	width: 700px;
}
table.small{
	border: 3 double #9370DB;
	font : normal 12 Courier New;
	text-align: center;
	vertical-align: middle;
}
td.sm_colored{
	width: 100px;
}
.head{
	text-align: center;
	vertical-align: middle;
	font : bold 24 Courier New;
}
.big_header{
	text-align: left;
	vertical-align: middle;
    font : bold 18 Courier New;
}
.small_header{
	text-align: left;
	vertical-align: middle;
	font : bold 14 Courier New;
}
.big_links{
	font: bold 16 Courier New;
	text-align: left;
	color: #9370DB;
}
.small_links{
	font : 14 Courier New;
	color: #9370DB;
	text-decoration : none;
}
.paragraph1{
	text-align: justify;
	font: 14 Courier New;
}
.def{
	color: #9370DB;
	font : bold 14 Courier New;
}
.define{
	font : 14 Courier New;
}
.up{
	font : normal italic 10 Courier New;
	color: #5E30BC;
	text-align : right;
	text-decoration : none;
}
.listing{
	background : #E4DCF5;
	font : bold 14 Courier New;
}