@media screen, handheld {

* {
margin : 0;
padding : 0;
}

body {
font-size: 100%;
width: 100%;
background: #ddf url(http://www.dmvs.info/images/background.gif) fixed;
font-family: "Trebuchet MS", Garamond, "Times New Roman", serif;
margin-top: 0;
margin-left: 0;
}

h1 {
color: #000;
text-align: center;
font-size: 100%;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px dotted #33f;
border-bottom: 1px dotted #33f;
margin-top: 30px;
margin-bottom: 30px;
margin-left: 10%;
margin-right: 10%;
}

p {
font-size: 80%;
text-align: center;
line-height: 130%;
}
}
