/* css styles */
/* want a font from google web fonts */
@import url(http://fonts.googleapis.com/css?family=PT+Serif);

/* Same font used for everything */
* {font-family: PT Serif/*'PT Sans Narrow'*/, Georgia, Serif;
  } 
