
body { margin: auto;
		   text-align: justify;
		 }
.align-center { text-align: center; }
div#main { width: 98%; 
				  margin-right: 1%;
					margin-left: 1%;
				 }
div#title {
					 border-bottom: thin double RGB(51,102,153);
					 text-align: center;
					}				 
h1, h2, h3 { color : RGB(51,102,153); 
		    	 }
.bordered-img { border: double;
							  border-color: RGB(51,102,153);
							}	 
.float-right {
						  float: right;
						 }

.float-left {
						  float: left;
						 }
.align-center {
							 text-align: center;
							}
table { margin-left: 5%; width: 90%; }
tr {  }
th { background-color: RGB(51,102,153); color: white; }
td { padding: 5px; border: thin solid RGB(51,102,153);}
											
	
