/*
CSS For SAE Documentation.
http://www.zspc.com/stylesheets/css/reference.html
http://www.zspc.com/stylesheets/css/index.html
*/

body{
 background-color: #FFEAF5 ; 
 color: #000060;
 margin-left: 5%;
 margin-right: 4%;
 margin-bottom: 20%;
}

h1{
 font-size: 200%;
 border-style: solid;
 border-width: 1px;
 padding:0.5%;
 text-align: center;
}

h3{
 font-size: 120%;
 text-align:left;
}

p{
 text-indent: 1em;
 line-height: 120%;
} 

.header{
 font-size: 80%;
 text-align: right;
 font-style: italic;
 text-decoration: underline;
}

.footer{
 text-align: right;
 font-style: italic;
}
.80per{
 font-size: 80%;
}