		body {
			/* This sets the circles to the bottom left and the background color to white    */
			/* If you don't want the circles, remove everything after #fff and before the ;  */
			/* so it looks like background: #ffffff;                                         */
			/* Also, change the #ffffff to a different RGB color value if you'd like         */
			background: #ffffff ;
			margin:0;
			padding:0;
			font: 75% Verdana, Arial, sans-serif;
			/* This sets the global text color. Feel free to change to your liking */
			color:#8f907e;
		}
		p, h1, h2, h3 {
			margin:0; padding:5px 0; font-weight: normal;
		}
		a, a:link, a:visited {
			/* This sets the link color to the same as the text color (instead of the standard ugly blue) 	*/
			/* Change it if you'd like 																		*/
			color:#8f907e;
			text-decoration: none;
		}
		
