body {
	margin-left: 2%;
	margin-right: 2%;
	color: #000000;
	}

tt {
	color: #9900ff;
	}

pre {
	color: #9900ff;
	}

.emphasis {
	color: #ff0000;
	}

em {
	color: #ff0000;
	}

h1, h2, h3, h4, h5 {
	color: #0000ff;
	line-height: 150%
	}

h1 { 
	font-size: 200%;
	text-align: left;
	}

h2 {
	font-size: 140%;
	text-align: left;
	}

h3 {
	font-size: 120%; 
	text-align: left;
	}

h4 {
	font-size: 100%; 
	text-align: left;
	}

h5 {
	font-size: 90%; 
	text-align: left;
	}

p {
	color: #000000;
	margin-left: 2%;
	} 

table {
	background: #ffcc66;
	border-style: solid;
	border-color: #ff9900;
	border-width: thin;
	} 

td{
	border-style: none;
	border-color: #ff9900;
	}

th{
	border-style: solid;
	border-color: #ff9900;
	border-width: thin;
	}

blockquote {
	margin-left: 10%;
	margin-right: 10%;
	background: #eeeeee;
	border-width: thin;
	border-style: solid;
	padding: 1%
	}

img {
	border-style: none;
	} 

a:link {
	color: #000ff;
	}

a:visited {
	color: #ff0000;
	}

a:hover {
	color: #ff0000;
	background: #ffff00;
	}

