/*site CSS*/
header,footer{
	background-color: lightblue;
	border: dashed 2px darkblue;
	font-family: 'courier', serif;
	font-size: 20px;
}

header{
	height: 250px;
}

footer{
	height: 315px;
	text-align: center;
}

body{
	font-family: 'courier', serif;
	font-size: 14px;
	padding: 60px;
}

table, th, td{
	border: 2px solid darkblue;
}

td{
	font-weight: bold;
}

input[type=text]{
	width: 100%;
}

input[type = submit]{
	font-size: 30px;
	font-family: 'courier', serif
	font-weight bold;
}
#menu{
	background-color: #4286f4;
	text-align: right;
	font-size: 20px;
	border-top: dashed 2px darkblue;
	color: #202020;
}

#pagemain{
	text-align: left;
	font-size: 20px;
	font-weight: bolder;
}
#bodymain{
	text-align: left;
	padding-bottom: 20px;
}

#comments{
	width: 200px;
	height: 500px;
}

.left{
  float:left;
}

.right{
  float:right;
}

.center{
	padding-top: 100px
}

.clippy{
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	opacity: 20%
}

