﻿body {
	background-color: #FFE4E1;
	font-family: sans-serif;
	font-size: 16px;
}

header {
	position: fixed;
	top: 0px;
	height: 60px; 
	width: 100%; 
	background-color: #FF96D4;
}

Footer {
	position: fixed;
	bottom: 0px;
	height: 40px; 
	width: 100%; 
	background-color: #FFB6C1;
}

form {
	position: fixed;
	top: 60px;
	width: 100%; 
}

main {
	position: fixed;
	top: 60px;
	width: 100%; 
}

p.title{
	position: fixed;
	top: 9px;
	left: 10px;
	font-family: sans-serif;
	font-size: 40px;
	color: #FFFFFF;
}

p.version {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-family: monospace;
	font-size: 17px;
	color: #FFFFFF;
}

p.copyright {
	position: fixed;
	bottom: 3px;
	right: 10px;
	font-family: sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.errMSG {
	color: red;
}