/*dav-style.css */
/* Ch63.html */
body { 
    background-color: lightgrey;
}
/* Name */
h1 {
	text-align:center; text-decoration: underline; font-family:arial; color:blue;
}
/* Address */
h2 { 
	text-align:center; font-family:arial; color:black;
}
/* Border */
div {
	/*font-family:verdana; padding:30px; border-radius:30px; border:15px solid blue;*/
	font-family:verdana; padding:20px; border-radius:25px; border:10px solid #EE872A;
}
/* Bold Text Format */
b 
{
	color:black;font-size:25px
}
/* Main Text Format */
p {
	text-align:center;font-family:arial;color:blue;font-size:20px
}
/* mouse over link */
a:hover {
    color: red;
}
body 
{
	margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
	background-image: url("DAV63.png");
    background-repeat: no-repeat;
	background-position: center top;
}
