/* EMI CSS Sheets*/
* 
/* Body CSS*/
body {
    font-family: Arial Narrow, sans-serif, sans-serif;
	background-color: #f0f0f5;
    padding: 1px;
   	font-size: 20px;
	color:  #071178;
	width: 100%;
	height:80%;
	
}

/* Header Title CSS*/
.header {
    padding: 8px;
    Background: #071178;
	
	
}

h1 {
	padding: 3px;
	background-repeat: no-repeat;
	background-size: 100% ;
	position: relative;				
	color: #071178;
	text-align: center;	
	text-decoration: none;
	font-size: 22px; 	
	width: 100%;
	
}

/* Header1 CSS*/
.header h1 {
    font-size: 20px;	
	width: 100%;
}


/* Header2 CSS*/
.header h2 {
	padding: 10px;
	text-align: center;
	color: #F7E4E0;
	
}
.header h3 {
    font-size: 20px;
	color: #F7E4E0;
}


/* NavBar Style CSS*/
.topnav {
    overflow: hidden;
    background-color: #beccdf;
	width: 100%;
	}

/* Nav Links Style CSS*/
.topnav a {
    float: left;
    display: block;
	font-size: 25px;
    color: #071178;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;	
	
}

/* Nav Hover Color */
.topnav a:hover {
    background-color: #efeff5;
    color: #071178;
}

/* ???????? */
.card {
    background-color: #87CEFA;
	color: #800000;
    padding: 20px;
    margin-top: 20px;
}

/* Column Floats Clear */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer Style CSS*/
.footer {
    padding: 3px;   
    background: #beccdf;
    margin-top: 5px;
	color: #071178;	
	border-style: groove;
	border-color: #0066cc;
	border-width: 10px;
	
}


