﻿/*
      New Perspectives on HTML, CSS, and JavaScript
      Tutorial 14

      
      Author: Amber Ridgeway
      Date: 03.21.16 

      Filename:calendar.css
         */

content {
text-align:center;
width: 100%;
height: 100%;
margin-left: 200px;
margin-right: 400px;
margin-top:400px;

}


form.form{
float:left;
display:block;
margin-left: 300px;
margin-top: 150px;
margin-bottom:-300px;
margin-right:600px;
background-color:red;

font-size:1.5em;
opacitY: 0.7;
border:1px solid black;
border-radius: 25px;

}





td{
border-right:1px solid #A2ADBC;
background-color:gray;
}



h1{
text-align: center;
}

footer{
background-image:url('Background-Images-WSP061.jpg');
width:100%;

clear:both;
float:right;
margin-bottom: -310px;	
text-align: center;
margin-left:auto;
margin-right: auto;


}

footer p{
	text-align:center;
	margin-left:400px;
	word-spacing:10px;
}

footer{
background-image:url('Background-Images-WSP061.jpg');
width:100%;

clear:both;
float:right;
margin-top: 450px;	
text-align: center;
margin-left:auto;
margin-right: auto;


}

footer p{
	text-align:center;
	margin-left:400px;
	word-spacing:10px;
}

