/* reset browser styles */
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
} */
	html {
		font-size: 100%;
		font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
		
	     }

	.main {
		width: 740px;
		margin: 0 auto;
		padding: 0 10px;
		border: 4px solid rgb(153,50,204);
		background: rgb(204,255,204);
		border-radius: 20px;
	/*	background-image: url(images/basil.JPG);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 200px 200px;
	*/
	      }
    h1 { text-align: center;
         text-decoration: underline;
		 font-family: 'Titillium Web', sans-serif;
	   }
	   
	h2 {font-family: 'Titillium Web', sans-serif;
	   color: rgb(0,100,0);}

    p { text-indent: 5em;}
		
	.gg {color: rgb(0,100,0);}
	
	.ggo {color: rgb(255,140,0);}
	
	.blue { color: rgb(0,191,255); }
	
	.ggfont { font-family: 'Titillium Web', sans-serif;}
	
		 
figure {
  float: right;
  width: 222px;
  margin: 15px 10px 5px 10px;
}
figure img {
  border: 1px solid rgb(0,191,255);
  border-radius: 20px;
  background-color: rgb(204,255,204);
  padding: 10px;
}
figcaption {
  font: bold 80%/normal 'Titillium Web', sans-serif;
  color: rgb(0,100,0);
  text-align: left;
  background-color: #e6f3ff;
  border: 1px dashed rgb(255,140,0);
  border-radius: 20px;
  padding: 5px;
  margin-top: 2px;
}
.copyright {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	color: #666666;
	margin-left: 0px;
	padding-left: 8px;
	border-top: 1px dashed #999;
	clear: both;