/* ----- sca.org / Goodbye.cgi ----- */

body, html { height: 100%; }
body {
	margin: 0px; padding:0;
	background-color: #fed26d; }


/* HEADERS
--------------------------------------------------------------------*/

h1 {
	border:none;
	color:#000000;
	font-style:italic;
	font-family:"Times New Roman",Times,Georgia,serif;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	font-size:1.8em;
	}

/* Content
--------------------------------------------------*/

.content {
	color: #151515;
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin:15px 0 0 50px;
	display:block;
	width:500px;
	}
.content a:link, .content a:visited {
	color: #801C00;
	text-decoration: none;
	border-bottom: 1px dotted #CD811B;
	}
.content a:hover, .content a:active, .content a:visited:hover {
	color: #006600;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	outline: none;
}

