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

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

*/


/* Section styles */

section {
	display: inline;
	float: left;

	/*height: 500px; */
	text-align: center;
} 


/*
section h1 {
	color: rgb(0, 163, 239);
	font-size: 7em;
	padding-top: 200px;
}

section h2 {
	color: #7b8791;
	font-size: 2em;
	
}

section p {
	margin-left: 450px;
}

section p a {
	display: inline;
	float: left;
	margin: 5px;
	width: 20%;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 0.8em;
	
	-moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
   background-color: #3c98e7;
}

section p a:hover {
	background-color: #176eb8;
} 
*/
/* Article styles */

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

}

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

/* Table style */

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

article table th a{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: black;
}

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


article table td {
	text-align: center;
	font-size: 0.8em;
}

	
	
	








