body, div, form, table, tr, td, p, li, a {
	margin: 0 ;
	padding: 0 ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 14px ;
}

body {
	padding: 10 40 0 40 ;
}


.section {
	padding: 30 0 0 0 ;
}

.section_title {
	padding: 0 0 20 0 ;
	color: green ;
	font-size: xx-large ;
}

.para {
	padding: 0 0 20 0 ;
	line-height: 24px ;
}

.para ul li {
	padding: 4 0 8 0 ;
}


#content {
	padding: 10 10 10 10 ;
}

#funnylizer_form {
	padding: 40 20 40 20 ;
}


#funnylizer_links {
	padding: 40 20 40 20 ;
}

#funnylizer_links div a:visited {	text-decoration: none; }
#funnylizer_links div a:link {	text-decoration: none; }
#funnylizer_links div a:hover {	text-decoration: underline; }



.navigation { 
	text-align: right;
	background-color: #c6d8ec ;
}

div.navigation {
	text-align: right ;
}

div.navigation  table{
	height: 30px ;
}

.navigation table tr {
	vertical-align: middle ;
}

.navigation table tr td {
	text-align: center ;
	/*background-color: red ;*/
}

.navigation table tr td a {
	display: block ;
	width: 80px ;
	height: 30px ;
	line-height: 30px ;
	color: black ;
}

.navigation table tr td a:visited {	text-decoration: none; }
.navigation table tr td a:link {	text-decoration: none; }
.navigation table tr td a:hover {	text-decoration: underline; }



#footer {
	height: 30px ;
	background-color: #c6d8ec ;
}


