body {
	background-color: #FFFFFF;
	margin: 0px;
}

body,p,div,th,td,p,input,select,textarea {
	color: #000000;
	font-family: Verdana, Comic Sans MS, Tempus Sans ITC, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

div#properties {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid grey;
    border-left: 1px solid grey;    
    }
    
span.quote {
    margin: 5px;
    white-space: pre;
    }

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

hr {
	color: Gray;
	height: 1px;
}

p {
  font-size: 18px;
  font-family: Verdana, Comic Sans MS, Tempus Sans ITC, Arial, Helvetica, Sans-serif;
  padding: 5px;
  }

p:first-letter {
    font: 28px "sans-serif";
}

a    { color: #374d88; text-decoration: none }
a:hover { color: #f60 }
.selected { color: white; font-size: 11px; line-height: 10px; font-family: Verdana, Comic Sans MS, Tempus Sans ITC, Arial, Helvetica, Sans-serif; display: block }


