/* Style Sheet for ABAS */

/* Cheat Sheet
text-decoration: none
background-image: url(stars.gif)
background-repeat: no-repeat
text-align: center
text-indent: -1cm
font: italic small-caps bold 12px arial
font-weight: bold
margin: 2cm 4cm 3cm 4cm
list-style: disc outside
height: auto
width: auto
float: right
display: inline no space

*/

	body {
	font: 16px arial;
	color: #003366;
	text-align:	left;
	width: 98%;
	background: #cccccc;
}

	ul {
	list-style: square inside
}

	img {
	float: left;
	padding: .1cm;
}
	
	img.right {
	float: right;
	padding: .1cm;
}

	img.center {
	float: none;
	padding: .1cm;
}

	a:link {
	color: #993300;
	text-decoration: none;
}

	a:visited {
	color: red;
	text-decoration: none;
}

	a:active {
	color: black;
	text-decoration: none;
}

	a:hover {
	color: black;
	text-decoration: underline;
	cursor:pointer;
}
			
	.first:first-letter {
	color: #993300;
	font-size:x-large;
}

	.nav1 {
	font: small-caps bold 12px verdana;
	text-align: center;
	vertical-align: top;
	background: #cccccc;
	padding: .2cm;
	width: 17%
}

	.nav2 {
	font: 10px verdana;
	text-align: center;
	vertical-align: center;
	background: #cccccc;
	padding: .2cm;
	align: center;
}

	.quote {
	font: 17px times;
	text-align: center;
	vertical-align: center;
	align: center;
	color: black;
}

	.header {
	text-align: center;
	vertical-align: top;
	align: center;
	color: black;
}

	.indent {
	text-indent: 1cm
}

	.tiny {
	font: 16px garamond;
	text-align: center;
	vertical-align: center;
	align: center;
	color: black;	
}

	.book {
	font: 18px garamond;
	text-align: center;
	vertical-align: center;
	align: center;
	color: black;	
}	

	.page {
	background: white;
	width: 97%;
	padding: .25cm;
}

	.internal {
	font: 17px garamond;
	text-align: center;
}

	.caption {
	font: 13px times;
	align: center;
	vertical-align: center;
	text-align: center;
}

	.fake {
	font: small-caps bold 29px garamond;
	text-align: center;
	vertical-align: center;
	color: black;
}

	.fake2 {
	font: small-caps bold 24px garamond;
	text-align: center;
	vertical-align: center;
}