<!--
	Title: Internet Applications
	Author: Keesha Leanette Abernathy
	Purpose: Ch.09 
	Created: 11.05.12
	Last Modified: 11.05.12
	Last Modified by: K.K.A.
-->
body {
	font-family: Verdana, Geneva, Arial, sans-serif
	font-size: small;
	color: silver;
	font-weight: bold;
	text-decoration: underline;
	background-color: #CC6600;
}
h1, h2  {
	font-weight: normal;
	color: silver;
	border-bottom: thin dotted #888888;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
]
em { 
	text-decoration: line-through;
	text-decoration: underline overline;
	text-decoration: none;
}