/*--- neopharm.co.il stylesheet ---*/


/*	-------------------------
	Written by Ben Klinger
	ben@klingr.com
	http://www.medicalsite.co.il
	------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #ebf0f5;
	text-decoration: underline;
}

a:visited {
	color: #ebf0f5;
	text-decoration: underline; 
}

a:hover {
	color: #ebf0f5;
	text-decoration: none;
}

body {
	background: url("back.jpg") repeat-x;
	direction: ltr;
	font-family: Arial;
	font-size: 1.0em;
	color: #ffffff;
	background-color: #213f61;
}

p {
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: left;
}

	hr {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
}

h3 {
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
}

h5 {
	font-weight: bold;
	font-size: 1.0em;
	color: #ffffff;
}