/*
	Precision Unmanned Aerial Systems LLC Home Page
   Author: Thomas Dater
   Date:   12/15/15

   Filename:         ps.css
   Supporting Files: harvesting-wheat-wallpaper-scale.jpg

*/


/* Section styles */

section {
	display: inline;
	float: left;
	text-align: center;
} 

/* Article styles */

article {
	background-color: #d6dade;
	text-align: center;
	height: auto;
}

article h2 {
	font-size: 2em;
	margin: 0px auto 10px auto;
	padding-top: 20px;
}

/* Table style */

article table {
	margin: 10px 5px 10px 5px;
	width: 90%;
}

article table th {
	text-align: center;
	font-size: 1em;
	vertical-align: middle;
}

article table th a {

	display: inline;
	color: rgb(0, 163, 239);
	font-weight: bold;
}

article table th a:hover {
	color: white;
}