body {
	background-color : #CE1743;
}

p, div {
	font-family : arial, helvetica, sans-serif;
	font-size : 95%;
	line-spacing : 1em;
	color : #083253;	
}

p {
	margin-top : 2px;
}

a {
	color : #EC3561;
}

a.audio {
	background : url(../gfx/listen.gif) no-repeat 0px 4px;
	padding-left : 12px;
}

h1 {
	color : #EC3561;
	font-size : 120%;
}

h2 {
	color : #045CA0;
	font-size : 110%;
}

h3 {
	color : #045CA0;
	font-size : 100%;
}

.kudos {
	text-align : right;
	font-size : 10px;
	margin-bottom : 0px;
	font-style : italic;
}

hr {
	border : 0;
	height : 1px;
	margin-top : 5px;
	margin-bottom : 5px;
	padding : 0px;
	clear : both;
	clear : all;
	background-color : #045CA0;
}

img {
	border : 0px;
}

.quote {
	padding-left : 10px;
	margin-right : 10px;
	font-family : courier;
	color : #0564AE;
}

td, th {
	vertical-align : top;
	text-align : left;
}

input, textarea {
	font-family : arial, helvetica, sans-serif;
	font-weight : normal;
	width : 200px;
}

.example {
	font-size : 75%;
	padding-left : 10px;
	font-style : italic;
}

input.button {
	width : auto;
	border : 2px solid #045CA0;
	background-color : #56BFC0;
	padding : 2px;
	font-weight : bold;
	color : #045CA0;
	cursor : hand;
	cursor : pointer;
}

img.floatImage {
	float : left;
	margin-right : 0.5em;
	margin-bottom : 0.5em;
}

.adLinks {
	float : right;
}

textarea {
	height : 140px;
}