html {
     height: 100%;
}
body {
   text-align: justify; 
   height: 100%;
}

div.container {
	 margin: 0 auto; 
	 display:table;
	 width: 950px;

	 background-color: #FFFFFF;
	 padding: 5px;
}

h1 {
   text-align: center;   
   font-size: 1.3em;
   color: #421818;
}

h2 {
   text-align: center;
   font-size: 1.3em;
   color: #421818;
}

h3 {
   text-align: left;
   font-size: 1em;
   color: #421818;
}

h4 {
   text-align: right;
   margin: 6px;
   padding: 10px;
   letter-spacing: 3px;
   font-size: 2.8em;
   font-style: none;
   color: #135a18;
}

p {
   font-size: 0.95em;
   text-align: justify;
   font-family: Verdana, Lucida Sans Unicode, sans-serif;
   color: #421818;
}

}

a:link { 
   color: #990000;
   text-decoration: none;
}

a:visited { 
   color: #990000;
   text-decoration: none; 
}

a:hover { 
   color: #135a18;
   text-decoration: none; 
}

a:active { 
   color: #990000;
   text-decoration: none; 
}


HR {
    height:5px;
    width:100%;
    background:#000000;
    margin: 0px 0px 0px 0px;  
}
