body {
    background: white url(/i/back-full.jpg) repeat scroll center center;
	font-family: Georgia;
    color: rgb(51,0,102);
}
p {
    margin: 5px;
    margin-bottom: 10px;
}

p,h1,h2,h3,h4 {
    text-indent: 10px;
}

p, li {
    line-height: 1.5em;
}

b, strong {
    font-weight: bold;
}

h1 {font-size: 1.5em}
h2 {font-size: 1.4em}
h3 {font-size: 1.3em}

.realList li {
    margin-left: 15px;
    list-style: disc;
}
a:hover {
    text-decoration: none;
}


.mapImg {
	-webkit-box-shadow: 0 0x 10px gray;
	-moz-box-shadow: 0 0 10px gray;
	box-shadow: 0 0 10px gray;
}
