﻿html {
	
	
}

body {
    background-color: #d0e4fe;
    font-size: 20px;
}

h1 {
    text-align: center;
}

p {
    font-family: Calibri;
    font-size: 20px;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid blue;
    padding: 5px;
}
th {
    background-color: Blue;
    color: white;
    text-align:center;
}

td {
    vertical-align: bottom;
    text-align:center;
}

.div1 {
    float: left;
    margin: 5px;
    padding: 15px;
    width: 380px;
} 

.but1 {
	font-size:20px;
	text-align:center;
	color: blue;
}

.inp1 {
	font-size:20px;
	text-align:center;
	color:blue
}

header {
    background-color:blue;
    color:white;
    text-align:center;
    padding:5px; 
}
nav {
	line-height: 30px;
	background-color: blue;
	height: 300px;
	width: 100px;
	float: left;
	padding: 5px;
}
section {
    width:350px;
    float:left;
    padding:10px; 
}
footer {
    background-color:Blue;
    font-size:small;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}
.redText {
	color: red;
}

.table2 {
	border-collapse:collapse;
	table-layout:fixed;
	border: 1px solid blue;
    padding: 5px;
    font-size:small;
    white-space:nowrap;
    
}

.th2 {
    background-color: Gray;
    color: white;
    text-align:center;
}

