body {
    background-color: lightblue;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    border: 1px solid black;
}
h1 {
    color: navy;
    margin-left: 20px;
    text-align: center;
}

h2 {
    color: navy;
    margin-left: 18px;
    text-align: center;
}

div {
    border: 2px solid;
    padding: 20px; 
    width: 600px;
    resize: horizontal;
    overflow: auto;
    align-items: center;	
}

div1 {
     border: 2px solid;
     padding: 20px; 
     width: 800px;
     resize: horizontal;
     overflow: auto;
     align-items: center;	
}

a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#0000FF; text-decoration:none}
a:hover {font-size:150%; color:#0F0F0F; text-decoration:underline;}
a:active {color:#FF00FF; text-decoration:underline;}

table {
     border-collapse: collapse;
}

table, th, td {
     border: 1px solid green;
}

th {
    background-color: green;
    color: white;
}


.center {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #b0e0e6;
}

p.main {
    text-align: justify;
}

.banner{
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:10em 0em 0em;
	min-height:343px;
}	

.banner h1{
    font-size:4em;
	font-weight:400;
	color:#ffffff;
	text-shadow:0 0 5px #000;
}
.banner p{
    font-size:1.5em;
	font-weight:400;
	color:#ffffff;
	line-height: 1.5em;
	margin:1em 0em ;	
}

