/*
FILENAME: text.css
DESCRIPTION: This stylesheet serves text declarations for psoriasis.org.sg homepage
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body{
	background-color: white;
	background-image: url(../_images/bg_stripes.png);
erif; 	font-family: "Droid Sans", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-s;
	font-size: 0.8em;
	line-height: 1.5em;
}
a:link, a:visited {
  text-decoration: none;
	color: #069;
}
a:hover, a:active { color: #ffa500; }
a:focus {
	outline: 1px dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1{ font-size:2em; line-height: 1em; }
h2{font-size:1.5em}
h3{ color: #f90; font-size:1.2em }
h4{ color: #f90; font-size:1em }
h5{ color: #999; font-size:0.9em }
h6{ font-size:0.8em; line-height: 0.8em; }
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

p {
	margin-bottom: 1.5em;
}

