﻿html {
	
}

body {
	border: #0000FF;
	background-color: #d0e4fe;
	font-family: Calibri;
	font-size: 20px;
}

h1 {
    text-align: center;
}

p {
    font-size: 20px;
    left:inherit;
}
table {
    border-collapse: collapse;
    padding: 5px;
	vertical-align: top;
}

td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	
}

th {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: blue;
	color: white;
}

.table2 {
	border: none;
	border-collapse: collapse;
}

.tr2 {
	
}

.td2 {
	border: none;
	padding: 5px;
	text-align: center;
	
}

.td3 {
	border: none;
	padding: 5px;
	text-align: right;
	width: 100px;
	
}

.th2 {
	font-weight: bold;
	font: Arial;
	border: none;
	vertical-align: middle;
	text-align: left;
	text-decoration: underline;
	background-color: #d0e4fe;
	color: black;
	font-size:medium;
}


.div2 {
	vertical-align: top;
	text-align: middle;
	background-color: #99CCFF;
	color: blue;
}

.span1 {
	font-family: "Brush Script MT";
	font-size: larger;
	text-align:left;
}


.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
}

.inp2 {
	border: none;
	font-size: 20px;
	text-align: left;
	color: black;
}

.input3 {
  display: inline-block;
  float: left;
}

.label1 {
	display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align: left;	
	}

.label2 {
	display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align:center;	
	}
	
.labelR {
	display: inline-block;
    float: left;
    clear: left;
    width: 100px;
    text-align:right;	
	}


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 {
	font-size: xx-small;
	clear: both;
	text-align: center;
	padding: 5px;
}