/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

h1 {
	font-size:25px;
	}
	
p {
	margin:5px;
	width:500px;
	}
	
li {
	list-style:inside;
	margin:5px;
	}
	
img {
	max-width:498px;
	border:none;
	}

#software {
	width:500px;
	text-align:center;
	margin:auto;
	height:auto;
	overflow:visible;
	}
	
.text {
	padding:5px;
	text-align:left;
	}