.body {
	background-image: url(images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.head {
	font-size: 1px;
	color: #CFCFCF;
	line-height: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align:center
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: relative;
	right: 20px;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
li {
	list-style-image: url("images/bullet.gif");
}
a { 
	text-decoration: none; 
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
.back1 {
	background-image: url("images/corner1.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.back2 {
	background-image: url("images/corner2.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
.back3 {
	background-image: url("images/corner3.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.back4 {
	background-image: url("images/corner4.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}