/* CSS Document */

body {
	text-align:center;
	background-image: url(http://fifties1950s.com/backgreen.jpg);
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper { 
	text-align:center; 
	width:1024px; 
	margin:0 
	auto;position:center; 
}

p { 
	margin-top:0; margin-bottom:0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.style_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #006600;
	font-style: italic;
}

.sub_headline {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 20px; 
	color: #006600; 
	font-style: italic;
}

.quotes {
	color: #006600; 
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}

.links_small {
	color: #660099;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.links_large {
	color: #660099;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #663399;
}

a:visited {
	text-decoration: none;
	color: #9933CC;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}




