/*
  Author:        Heather Uthoff
  Creation Date: 10/13/2013
  Doc Version:   1.0
  Website URL:   http://webtrain.austincc.edu/~huthoff/perl/perlassign.css
  Additional Comments: 
  You can view the page using this css online at the url above
*/


 body {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  width:7in;
  background: grey;
  font-family: verdana;
  font-size: 14.5px;
  color: black;
 }
 div{
  margin-left: auto;
  margin-right: auto;
  position:relative;
  width:7in;
  background: grey;
  font-family: verdana;
  font-size: 14.5px;
  color: black;
 }
 h1{ 
  font-size: 2em; 
 }
 hr {
  display: block; 
  height: 3px;
  border: 0; 
  border-top: 3px solid #40c0c0;
  width:6.75in;
 }
 form {
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  border:2px solid;
  border-radius:25px;
  -moz-border-radius:25px;
 }
 form.first { 
  width: 7in;
  color: #40c0c0;
  font-family: arial;
  font-size: 12px;
 }
  p {
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  border:2px solid;
  border-radius:25px;
  -moz-border-radius:25px;
 }
 p.one { 
  width: 6in;
  color: #40c0c0;
  font-family: arial;
  font-size: 12px;
 }
 ul.horizontal{
  list-style-type:none;
  margin:0;
  padding:0;
  overflow:hidden;
 }
 li.horizontal{
  float:left;
 }
 a.horizontal1{
  display:block;
  width:80px;
 }
 a.horizontal2{
  display:block;
  width:100px;
 }
 a.horizontal3{
  display:block;
  width:120px;
 }
 a:link { 
  color:#40c0c0; 
  text-decoration: none;
 }
 a:active { color:white; }
 a:visited { color:#40c0c0; }
 a:hover { color:white; }
 #footer {
  width:7in;
  height: 50px;
  margin: 0 auto;
  padding: 0px 0 15px 0;
  }
#footer p {
  margin: 0;
  padding-top: 20px;
  line-height: normal;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: lightgrey;
  border:none;
}