body{
width: 800px;
margin: auto;
background: url('flame.jpg') #000 repeat-y;
color: #CCFFFF;
}

strong{
color: silver;
}

a{
color: #FF9933;
text-decoration: none;
}

a:hover, a.active{
font-weight: bold;
}

ul li{
list-style-type: square;
}

ul li a{
color: #fff;
}

h1{
text-decoration: none;
color: #912F02;
background: #000;
text-shadow: 0 0 4px #ccc, 0 -5px 4px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -18px 18px #f20
}

.mainLink{
text-decoration: none;
color: #fff;
}