html, body 
					 { 
					 margin: 0; 
					 padding: 0;
					 background-color:#D9D9F3; 
					 }/*background-color:#274859;Need this colour in Paint.net to produce #D9D9F3*/ 
body 
		 			 {  
					 font: 14px "trebuchet ms",trebuchet,Arial, Helvetica, sans-serif; 
					 line-height: 18px;
					 }
					 
h2 				 { 
					 color: black; 
					 font: 20px "trebuchet ms",trebuchet,Arial, Helvetica, sans-serif;
					 font-weight:bold;
					 
					 }
a 				 { color: black; }
p 				 { 
					 margin: 0 0 0px; }
					 		  
img				{
					border:solid; 
					border-width:thin; 
					border-color:black; 
					}

#container 
					 { 
					
					 
					 margin: 20px auto;
					 width: 600px;
					 
					 }					 
#wrapper 
				 	 {
 					 padding: 15px;
					 background-color:yellow;
					 border:dashed; 
					 border-width:thick; 
					 border-color:black;
					 

					 margin: 0px auto;
					 text-align: center;
					 
				 	 float: left; 
					 width: 100%; 
					 }

