/* ========================================================
   BASIC CSS for Ichthyosis Support Group
   Copyright 2005 Igentics Ltd
   Author: Barnaby Hart
/* ======================================================*/

/* global whitespace reset */
* {
	padding: 0;
	margin: 0;
} 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin: 1em 5%;
}
li, dd { 
	margin-left: 5%;
}
fieldset { 
	padding: .5em;
} 

body {
	font-size: 76%;
	background: #fff;
	color: #565656;
}

p, #footer li{
	font-size: 93%
}

img {
	border: 0;
	}
	
p img {
	vertical-align: middle;
	float: left;
	padding-right: .8em;
}

table {
	border-collapse: collapse;
}

td, th {
	text-align: left;
	border: 1px #ccc solid;
	}

/* typography */
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: normal;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

b, strong {
	font-weight: bolder;
}

i, cite, em, var {
	font-style: italic;
}

a, a:link, a:active, a:visited {
	color: #016;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-weight: bold;
	clear: both;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 5px;
	border-bottom: 2px #888 solid;
	text-decoration: none ! important;
}
h2 {
	font-size: 1.1em;
	padding-bottom: .3em;
	border-bottom: 1px #888 solid;
}
h3 {
	font-size: 1.0em;
	margin-bottom: 0;
}
h4 {
	font-size: 1.0em;
}
h5 {
	margin: 0;
	font-size: 1.0em;
}
h6 {
	margin: 0;
	font-size: 1.0em;
}