* {
  margin:0;
  padding:0;
}

ul li { list-style-position:inside; list-style-type:none; }

body {
  background:#000 url(../images/bg_site.jpg) repeat-y top center;
  font-size:62.5%;
  font-family:Helvetica, Arial, sans-serif;
  line-height:1.6em;
  color:#555555;
}

h1, h2, h3, h4 {
  margin-bottom:1.1em;
  color:#383838;
  line-height:1em;
}

h4 { font-size:1.2em; }

p { margin-bottom:1.2em; }

a { color:#E92E2E; }
a:hover { color:#FF4EE1; } 

a img { border:4px solid transparent; }
a img:hover { border:4px solid #fff; }

a h3 { text-decoration:none; }
a h3:hover { text-decoration:underline; }
