
/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2007-01-19
	Project: www.nordic-cruising.com
	Author: websLINE, 2007
	-------
*/

/* FORMATIERUNG */

body, a, td {
	font-family: Verdana, san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #58595B;
	}
input, textarea {
	font-family: Verdana, san-serif;
	font-size: 11px;
	}
h1 {
	font-size: 14px;
/*	color: #9CC46B;*/
	color: #74BE45;
	}
h2 {
	font-size: 13px;
	}
h3 {
	font-size: 12px;
/*	color: #9CC46B;*/
	color: #74BE45;
	}
h4 {
	font-size: 12px;
	}
h5 {
	font-size: 11px;
	color: #818283;
	}
h6 {
	font-size: 11px;
	}



/* LINK FORMATIERUNG */


#content a {
/*	color: #9CC46B;*/
	color: #74BE45;
	}

#footer * {
	font-size: 9px;
	}  
