/*
	style sheet for Erel Segal's homepage
	(See also generic stylesheet: http://tora.us.fm/_script/klli.css)
*/

/* colors */

/*
body { color: rgb(255,255,255); background: rgb(0,0,102) url('balbkgnd.gif'); font-family: Arial }
*/

body { color:#000 ; background: #00ffff; font-family: Arial }

a:link { color: #00c }
a:visited { color: #44c }
a:active { color: #22c }

h1 { color: #00c; text-align: center }
h2, marquee { color: #00c }
h3 { color: #00c }
h4 { color: #00c }
h5 { color: #00c }
h6 { color: #00c }

button { background-color: #aaf; color: black; border-color:
#000 }

textarea { color: black; border-color: rgb(153,153,204) }
fieldset { color: white; border-color: rgb(153,153,204) }
legend { color: rgb(255,204,102) }
select { color: black; border-color: rgb(153,153,204) }
caption { color: rgb(255,204,102) }
hr { color: #00c }
td { border-color: rgb(153,153,204) }

ul { list-style-image: url('abalbul1.gif') }
ul ul { list-style-image: url('abalbul2.gif') }
ul ul ul { list-style-image: url('abalbul3.gif') }
