pre {

		border: 1px solid black;

		border-color: #BBB #DDD #DDD #BBB;



		padding : 1em;

		background: white;

		overflow: auto;

		color:black;

	}

	

	code {

		font-size: 1.2em;

	}



	h1 span {

		font-size : 0.5em;

	}



	a {

		color : gray;

	}



	/* end of page css - below is for the code highlighter */



	.javascript .comment, .actionscript .comment, .ruby .comment {

		color : green;

	}



	.javascript .string, .actionscript .string, .ruby .string {

		color : teal;

	}



	.javascript .keywords, .actionscript .keywords, .ruby .keywords {

		color : navy;

		font-weight:bold;

	}



	.javascript .global, .actionscript .global {

		color : blue;

	}

	.actionscript .special1{

		color :#660099;

	}



	.javascript .brackets,.actionscript .brackets, .ruby .brackets {

		color : navy;

	}



	.css .comment {

		color : gray;

	}



	.css .properties {

		color : navy;

	}



	.css .selectors {

		color : maroon;

		font-weight : bold;

	}



	.css .units {

		color :red;

	}



	.css .urls {

		color :green;

	}



	.html .tag {

		color : purple;

	}



	.html .comment {

		color : gray;

		font-style: italic;

	}



	.html .string {

		color : navy;

	}



	.html .doctype {

		color : teal;

	}