/* Style the header */

.header {
    background-color: black;
    background-image: url(http://www.facility.euni.org/images/Avila-image.jpg);
	background-position: center;
    padding-top: 85px;
    text-align: center;
	padding-left: 10px;
	padding-right: 10px;
    background-repeat: no-repeat;
    bottom-border: 20px solid black;
   
}

h1{
	font-size: 4em;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding-bottom:20px;
    padding-top:20px;
    color:#00ffff;
}

h3{
	font-size: 1.0em;
	font-family: "Arial Black", Arial, sans-serif;
	margin: 0px;
	padding-bottom:20px;
    padding-top:20px;
    text-align: center;
}

#bckex1 {
    border: 0px;
    padding: 10px;
    background: url("../images/ClearDayBkgrd.jpg");
    background-repeat: no-repeat;
    background-size: auto;
}
/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: black;
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: lightblue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
}


.intro {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    font-weight: bold;
}
.bigger {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
    font-weight: bold;
}
.lheader {
	color: #000033;
	font-family: Palatino, Bookman;
	font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.mheader {
	color: #000033;
	font-family: Palatino, Bookman;
	font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.smaller {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
    font-weight: bold;
}
.tiny {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
    font-weight: bold;
}


.linktype {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
    font-weight: normal;
}

/* Table section */
table.centr {
    width:50%; 
    margin-left:25%; 
    margin-right:25%;
  }
table.centr1 {
    width:22%; 
    margin-left:39%; 
    margin-right:39%;
  }  
table.quest {
    width:45%;
    margin-left:28%; 
    margin-right:27%;
    border-collapse: separate;
    border: 0px;
    padding:10px;
    border:14px;
    border-color:blue;
} 

table.a {
    border-collapse: collapse;
    table-layout: fixed;
    width: 50%; 
    border: 0px solid black;   
}
table.b {
    table-layout: fixed;
    width: 180px;    
}

table.c {
    table-layout: auto;
    width: 100%;    
}

table.d {
    table-layout: fixed;
    width: 100%;    
}

