/***********************************************************************
	Official COE wide page stylesheet.  
	This stylesheet is imported into official UH template stylesheets.
	It is not intended to be directly referenced by HTML pages.  
	Created: Oct 2014, by the University Marketing.  


 CONTENTS: 
	
 	CLASSES
	---------

	
/************************************************************************/

 table, td {
	border:1px solid #CCC; 
}

td {
   padding:10px; 
    
}


h1 {
  font-size: 3.5em;
  font-family: 'League Gothic';
  font-weight:normal;
}

h2 {
  font-size: 2.6em;
  font-family: 'League Gothic';
    font-weight:normal;
}

h3 {
  font-size: 1.8em;
  font-family: 'League Gothic';
    font-weight:normal;
  
}

  
h4 {
  font-size: 1.5em;
  font-family: 'League Gothic';
    font-weight:normal;
}

#main-content p {
  font-size: 1.1em;
}
#main-content div {
  font-size: 1.1em;
}
#main-content table {
    padding: 1em;
}

#main-content td {
  font-size: 1.25rem;
  padding-left: 1em;
  padding-right: 1.2em;
  height: 2em;
}
#main-content th {
  font-size: 1.3rem;
  padding-left: 1em;
  text-align: left;
  padding-right: 1.2em;
  height: 2em;
}
#main-content ul {
  font-size: 1.25rem;
}


#main-content ol {
  font-size: 1.25rem;
}
.nav-secondary nav ul {
    font-size: 16px;
}
.nav-secondary h2 {
    font-size: 1.5rem;
}







