﻿body {
	font: normal normal bold 100% "Bookman Old Style";
	outline: thin;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}
.style3 {
	text-decoration: underline;
}
.style4 {
	font-style: italic;
	text-decoration: underline;
}
.style5 {
	text-align: left;
	font-size: medium;
}
.style6 {
	text-align: left;
	font-size: medium;
	font-style: italic;
}
.style7 {
	text-align: center;
	font-size: small;
}
.style8 {
	font-size: x-small;

}
.style9 {
	font-size: small;
}
.style10 {
	text-align: left;
	margin-left: 80px;
}
.borders {
	border-style: double;
	border-width: 1px;
}
.justify {
	text-align: justify;	
}
.center {
	text-align: center;
}
