/* ----------------------------
General Styles
----------------------------- */

/* undo browser HTML defaults */
:link,:visited{text-decoration:none;}
ul,ol{list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size:1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,div,img{margin:0;padding:0;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,table,a{text-align:left;}
a img,:link img,:visited img, acronym, fieldset{border:0;}
address,abbr{font-style:normal;}

body{
background: #000 url(umma-header.jpg) no-repeat top right;
color:#fff;
font:62.5%/1.5 Lucida Sans, Arial, sans-serif;
text-align:center;
}

h1{
font-size:3em;
line-height:1.25em;
margin-bottom:0.333em;
}

h2{
font-size:1.2em;
font-style:italic;
}

a, a:visited, a:active{
color:#749e00;
}

a:hover{
background:#749e00;
color:#000;
}

#container{
margin:2em 460px 2em 2em;
}


