body {
	background-image: url(images/background.gif);
}

tr, td, th {
	border-color: white;
}

th {
	background-color: #476575;
	color: #F4FC20;
}

td.even, td {
	background-color: #CFECFC;
}

h1, .heading1 {
    color: #476575;
    font-family: Georgia, Eurostyle, garamond, arial;
    border-bottom: 2px solid #ccc;
}

h2, .heading2 {
    color: #476575;
    font-family: Georgia, Eurostyle, garamond, arial;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

h3, .heading3 {
    width: 100%
    border-bottom: 1px dotted #ccc;
}

#use-case-description, p.emphasis {
    background-color:beige;
    border:1px dotted #aaaaaa;
}