body {
	background:#c4c4c4;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 50px 0 0 0;
	text-align:center;
}
a:link {
	color:#ff0000; 
	text-decoration:underline;
}
a:visited {
	color:#ff0000; 
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}
.h1 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.leftborder { 
	background-image:url(../images/border-left.png); 
	background-repeat:repeat-y;
	width:30px;
}
.rightborder { 
	background-image:url(../images/border-right.png); 
	background-repeat:repeat-y;
	width:30px;
}
.text1 {
	text-align:justify;
	padding:10px;
}
.text2 {
	font-size:14px;
	text-align:justify;
	padding:10px;
}
.text3 {
	text-align:left;
	padding:10px;
}
.text4 {
	text-align:center;
	padding-bottom:20px;
}
.title {
	padding-top:10px;
}