html,body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 90%;
}

a {
	color: #828282;	
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 90%;
}

/*image in text flow*/
#content img {
	margin: 0 10px 10px 10px;
}

#content h1 {
	font-size:130%;
	margin: 1em 0 1.5em 0;
}

#content h2 {
	font-size: 110%;
	font-weight: 900;
	margin: 2.5em 0 1.5em 0;
}

#content h3 {
	font-size: 90%;	
	font-weight: 900;
	margin: 2.5em 0 0.8em 0;
}


#content p {
	text-align: justify;
	line-height: 2em;
	margin: 1em 0 1.5em 0;
}

#content ul {
	list-style-type: circle;
	line-height: 2em;
}

p.techdata {
	padding: 4em 0 0 2em;
	font-size: 80%;
}

.techdata a {
	color: #ffffff;
}
