body
{ background-image: url('../images/_Fractals/frac_bg.jpg');
          color: #ffffff;
}


a:link {text-decoration: none;color: #00ff00}
a:visited {text-decoration: none;color: #00ff00}
a:active {text-decoration: none;color: #00ff00}
#a:hover {font-style: italic}

..tablediv {
display:  table;
width:600px;
background-color:#;
border:1px solid  #;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}
..celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:50%;
background-color:#;
}
..rowdiv  {
display:  table-row;
width:auto;
}
	    
	    
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}


#footer{
clear: left;
width: 100%;
background: white;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000000;
}


.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: blue url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #;
background-color: #;
}

<!--
.styling{
background-color:;
color:lime;
font: bold 15px MS Sans Serif;
padding: 3px;
}
-->

	    


