html {
   background-color:#260d0d;

}

body {
    color:      #260d0d;
    font:       14px "Trebuchet MS", arial, sans-serif;
    padding:    0px;
    text-align: center;
}

h1, h2, h3, h4 {
    color:      #333;
	
}
h1 {
    font-size:  22px;
    margin:     0 0 20px;
}
h2 {
    border-bottom:  0px solid #ccc;
    font-size:  18px;
    margin:     20px 0;
}
h3 {
    font-size:  15px;
    font-style: italic;
    margin:     20px 0 5px;
}
h4 {
    font-size:  14px;
    font-weight:bold;
    margin:     10px 0;
}

p {
    margin:     10px 0;
}

em {
    font-style: italic;
}

ul {
    margin-left:        1em;
	
}

li {
    list-style-type:    disc;
	color:              #ffa8a8;
    margin-left:        1em;
	
}

li:hover {
    list-style-type:    disc;
	color:              #c62b2b;
    margin-left:        1em;
	
}

img {
    display:            block;
    margin-bottom:      0px;
}

a {
    color:              #711515;
    text-decoration:    none;
}
a:focus,
a:hover {
    text-decoration:    underline;
	COLOR: #d7a454;
}

#page {
    background:             #fff;
    width:                  700px;
    margin:                 0 auto;
    padding:                20px;
    text-align:             left;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
    border-radius:          8px;
}