/* CSS Document */

body{
	font-size: 14px; 
	font-family: Arial;
}

div.content{
	font-size: 14px; 
	font-family: Arial;
	text-align: left;
	vertical-align: bottom;
	width: 579px;
	float: left;
}

div.footer{
	text-align: center; 
	width: 100%; 
	padding: 2px;
	font-size: x-small; 
	position: relative;
}

p,span{
	
	margin-left: 10px;

}

span.heading{
	font-family: Arial;
	font-size: 16px; 
	font-weight: bold;
}

span.subheading{
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold;
}

span.subheading1{
	font-family: Arial;
	font-size: 14px; 
	color: red;
	font-weight: bold;
}

span.subheading2{
	font-family: Arial;
	font-size: 14px; 
	color: blue;
	font-weight: bold;
}

span.soft-type{
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: underline;
}

img.screenshot{
	height: 300px;
	width: 400px;
	
}

img.screenshot,
img.content{
	display: block;
    margin-left: 40px;

}
