/*Basic styles separated to make sample code easier to follow*/

body {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 90%;
	color: #444;
	background-color: white;
	background-image: url(light_blue_to_white_gradient_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#container {
	border: double 3px #bcc;
	background-color: white;
	padding: 1em 5%;
	}

h2,h3 {
	color: #699; 
	text-align: center;
	margin-bottom: .2em;
}

h3,h4 {
	margin-bottom: 0;
	margin-top: 0;
}

a:link, a.back {color: #39c}
a:hover {color: Coral}

pre {font-size: 85%}
small {font-size: 70%;}
code {color: #330099}

/* Global Print Styles*/
@media print {

.noprint {display: none;}

body {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	}
	
#container {
	border: none;
	padding: 0;
	}

}
