/* EDLUG Outreach CSS for the screen */



body,h1,h2,h3,h4,h5,p,pre {
font-family: "bitstream vera serif", "times new roman", serif;
font-style: normal;
font-weight: 500;
}

BODY {
margin: 0;
padding: 0;
outline: solid green 2px;
}

p,pre,ul,ol,li,em {
border: solid black 1px;}



img{border: black solid 2px;
} 

h1,h2,h3,h4,h5 {border: #FF8C00 1px solid;} /* dark orange */

h1{ 
background: url(../graphics/debug/h1.gif) no-repeat bottom right;
}

h2{ 
background: url(../graphics/debug/h2.gif) no-repeat bottom right;
}

h3{ 
background: url(../graphics/debug/h3.gif) no-repeat bottom right;
}

h4{ 
background: url(../graphics/debug/h4.gif) no-repeat bottom right;
}

h5{ 
background: url(../graphics/debug/h5.gif) no-repeat bottom right;
}

p{ 
background: url(../graphics/debug/p.gif) no-repeat bottom right;
}

li{ 
background: url(../graphics/debug/li.gif) no-repeat bottom right;
border:solid red 1px;
}

ol{ 
background: url(../graphics/debug/ol.gif) repeat-y
}

ul{ 
background: url(../graphics/debug/ul.gif) repeat-y
}

em{ 
background: url(../graphics/debug/em.gif) no-repeat bottom right;
}

a{ 
background: url(../graphics/debug/a.gif) no-repeat bottom right;
border: solid blue 1px;
}

div.banner{border: solid blue 1px;}
div.bannercenter{border: solid black 3px;}
div.header{border: solid red 2px;}
div.bannerright{border: solid yellow 2px;}
div.bannerleft{border: solid yellow 2px;}
div.sixty{border: solid darkorange 2px;}



div {border: solid blue 1px;}

