/*
 * www.egotrip.org.il css
 * vadik 2006-2007
 * public domain
 */

body {
	background:	black;
	color:		#00a000;
	font-family:	monospace;
}

h1 {
	color:		#00cc00;
	background:	inherit;
	text-align:	center;
}

h2 {
	font-size:	1em;
	margin-bottom:	0;
}

h2 + p {
	margin-top:	0;
}

em {
	color:		#ff1493;	/* X11 DeepPink */
	background:	inherit;
	font-style:	normal;
}

a:link {
	color:		#00cc00;
	background:	inherit;
}

a:visited {
	color:		#00bb00;
	background:	inherit;
}

em a:link,
h1 em {
	color:		#ff69b4;	/* X11 HotPink */
	background:	inherit;
}

em.plink {
	color:		#ff1493;	/* X11 DeepPink */
	background:	inherit;
	border-bottom:	1px dotted;
}

em a:visited {
	color:		#ff1493;	/* X11 DeepPink */
	background:	inherit;
}

hr {
	color:		#00a000;	/* IE */
	background:	#00a000;	/* Mozilla, Opera */
	border:		none;
}

fieldset {
	border:		2px solid #00a000;
	margin:		0px;
	padding:	0.8ex 1em 1.65ex 0.62em;	/* sweating blood */
}

legend {
	padding:	0px 2px;
	color:		inherit;	/* IE */
	background:	inherit;
}

input {
	color:		#00a000;	/* IE doesn't inherit */
	background:	inherit;
	border-color:	#00a000;	/* IE doesn't inherit */
}

em input {				/* For future development? */
	color:		#00a000;	/* IE doesn't inherit */
	background:	inherit;
	border-color:	#ff1493;	/* IE doesn't inherit */
}

acronym {
	cursor:		help;
	border-bottom:	1px dotted;
}

div.all {
	position:	absolute;
	width:		99%;
}

.menu {
	position:	absolute;
	left:		2ex;
	width:		10ex;
}

.logo {
	position:	absolute;
	right:		2ex;
	width:		10ex;
	text-align:	right;
}

.content {
	margin-left:	13ex;
	margin-right:	13ex;
}

.fly {
	float:		right;
}

.cent {
	text-align:	center;
}
