/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	background-color:#333;
}

p {
	text-align:justify;
}

h4 {
	text-decoration:underline;
}

h5 {
	font-weight: bold;	
	font-size: 12px;	
}

.page {
	width: 1300px;
}