info343/lectures/intro-to-ajax/files/quote.css

/*
quote.css
Stylesheet for "Quote of the Day" Ajax example
(Originally from CSE 190 M, Marty Stepp)
INFO 343, Autumn 2012
Morgan Doocy
*/

body {
   font: 20pt "Lucida Grande", Helvetica, Arial, sans-serif;
   text-align: center;
}

h1 {
   margin-top: 1em;
   margin-bottom: 2em;
}

p {
   width: 70%;
   margin: 2em auto 4em;
   height: 3em;
}

button {
   font-size: 20pt;
}