body 	  {
		background-color:	gold;
		font-family:		Arial, Helvetica, sans-serif;
		font-size:		large;
	  }

a:link    {color: blue}
a:visited {color: blue}
a:hover   {color: red}
a:active  {color: forestgreen}

p 	  {
		text-align:		justify;
		color:			black;
	  }


h1 	  {	
		color:			darkblue;
		font-family:		Arial, Helvetica, sans-serif;
		text-align:		center;
		padding-top:		10px;
		padding-bottom:		0px;
		border-colour:		#ccc33 #cc9933;
		border-style:		outset;
		border-width:		thick;
	  }


h2 	  {	
		color:			darkblue;	
		font-family:		Arial, Helvetica, sans-serif;
		text-align:		center;
		padding-top:		10px;
		padding-bottom: 	0px;
		border-colour:		#ccc33 #cc9933;
		border-style:		outset;
		border-width:		thick;
	  }

h3 	  {	
		color:			darkblue;
		font-family:		Arial, Helvetica, sans-serif;
		text-align:		center;
		padding-top:		10px;
		padding-bottom:		0px;
		border-colour:		#ccc33 #cc9933;
		border-style:		outset;
		border-width:		thick;
	  }

li	  {
		padding-top:		10px;
		list-style-type:	square;
	  }