
html {
height: 100%;
}

body {
margin : 0;
padding : 0;
font-family: baskerville, 'palatino linotype', "times new roman", serif;
font-size: 1em;
color: black;
}

.back {
	background: #fff8dc;
	padding-left: 140px;
}
.markout {
        margin-left: 15px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
        background: black;
	color: white;

}

#quote {
	text-decoration: underline;
}

h1 {
	text-align: center;
}
.downloadtable {
	border-top: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
}

img {
	border: 0px;
}
#container {
width : 785px;
margin-left : 150px;
padding : 0px;
color : black;
}

#footer {
clear : both;
color : #ffffff;
background : #2b2b2b;
height: 27px;
margin : 2px 0 2px 2px;
}

#footer a:link, #footer a:visited {
background : inherit;
color : #eee;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}

p {
text-align: justify;
margin : 15px;
}

h2 {
font-family:baskerville,'palatino linotype','times new roman',serif;
font-size:1.563em;
color : black;
background : inherit;
text-align: center;
}

.dropcap {
font-family:georgia,serif;
font-size:56px;
font-weight:normal;
line-height:80%;
letter-spacing:-6px;
}

.companylogo {
	margin-left: 95px;
	position: relative;
}

.cheetahlogo {
	margin-left: 240px;
	position: relative;

}


